Fix license installation path

This commit is contained in:
2025-03-16 11:26:01 +02:00
parent 4f24aa4b7c
commit 221c31ec70
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -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
+1 -1
View File
@@ -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
} }