diff --git a/pkg.info b/pkg.info index 55aa954..483d931 100644 --- a/pkg.info +++ b/pkg.info @@ -1,10 +1,9 @@ name: grep description: GNU string search utility version: 3.11 -revision: 2 +revision: 3 url: https://www.gnu.org/software/grep/ license: GPL3 architecture: any -depends: ["glibc", "pcre2"] -make_depends: ["texinfo"] +depends: ["glibc","pcre2"] type: source diff --git a/source.sh b/source.sh index 6fc7dcc..6f60e62 100644 --- a/source.sh +++ b/source.sh @@ -29,4 +29,7 @@ check() { # This function is used to move the compiled files into the output directory package() { make DESTDIR="$BPM_OUTPUT" install + + # Install package license + install -Dm644 "$BPM_SOURCE"/COPYING "$BPM_OUTPUT"/usr/share/licenses/grep/COPYING }