Fix license installation path
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
name: gnu-coreutils
|
name: gnu-coreutils
|
||||||
description: The GNU core utilities
|
description: The GNU core utilities
|
||||||
version: 9.6
|
version: 9.6
|
||||||
|
revision: 2
|
||||||
url: https://www.gnu.org/software/coreutils/
|
url: https://www.gnu.org/software/coreutils/
|
||||||
license: GPL3-or-later
|
license: GPL3-or-later
|
||||||
architecture: any
|
architecture: any
|
||||||
|
|||||||
@@ -39,5 +39,5 @@ package() {
|
|||||||
mv -v "$BPM_OUTPUT"/usr/share/man/man1/chroot.1 "$BPM_OUTPUT"/usr/share/man/man8/chroot.8
|
mv -v "$BPM_OUTPUT"/usr/share/man/man1/chroot.1 "$BPM_OUTPUT"/usr/share/man/man8/chroot.8
|
||||||
sed -i 's/"1"/"8"/' "$BPM_OUTPUT"/usr/share/man/man8/chroot.8
|
sed -i 's/"1"/"8"/' "$BPM_OUTPUT"/usr/share/man/man8/chroot.8
|
||||||
|
|
||||||
install -Dm644 "$BPM_SOURCE"/COPYING "$BPM_OUTPUT"/usr/share/licenses/COPYING
|
install -Dm644 "$BPM_SOURCE"/COPYING "$BPM_OUTPUT"/usr/share/licenses/gnu-coreutils/COPYING
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user