diff --git a/pkg.info b/pkg.info index d98ef64..e337358 100644 --- a/pkg.info +++ b/pkg.info @@ -1,6 +1,7 @@ name: gnu-coreutils description: The GNU core utilities version: 9.6 +revision: 2 url: https://www.gnu.org/software/coreutils/ license: GPL3-or-later architecture: any diff --git a/source.sh b/source.sh index 79572a9..9072676 100644 --- a/source.sh +++ b/source.sh @@ -39,5 +39,5 @@ package() { 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 - install -Dm644 "$BPM_SOURCE"/COPYING "$BPM_OUTPUT"/usr/share/licenses/COPYING + install -Dm644 "$BPM_SOURCE"/COPYING "$BPM_OUTPUT"/usr/share/licenses/gnu-coreutils/COPYING }