diff --git a/pkg.info b/pkg.info index 8f02982..66f1c12 100644 --- a/pkg.info +++ b/pkg.info @@ -1,10 +1,10 @@ name: man-db description: Man page reading utility version: 2.12.0 -revision: 2 +revision: 3 url: https://www.nongnu.org/man-db/ license: GPL2-or-later and GPL3-or-later architecture: any depends: ["bash","gdbm","groff","glibc","gzip","less","libpipeline","zlib"] -make_depends: ["bash","binutils","bzip2","coreutils","flex","gcc","gdbm","gettext","glibc","grep","groff","gzip","less","libpipeline","make","pkgconf","sed","systemd","xz-utils"] +make_depends: ["bash","binutils","bzip2","coreutils","flex","gcc","gdbm","gettext","glibc","grep","groff","gzip","less","libpipeline","make","pkgconf","sed","xz-utils"] type: source diff --git a/source.sh b/source.sh index 7b20fb0..cf4b2fe 100644 --- a/source.sh +++ b/source.sh @@ -36,4 +36,6 @@ check() { # This function is used to move the compiled files into the output directory package() { make DESTDIR="$BPM_OUTPUT" install + + install -Dm644 "$BPM_SOURCE"/COPYING "$BPM_OUTPUT"/usr/share/licenses/man-db/COPYING }