diff --git a/pkg.info b/pkg.info index ad7c85a..6c19453 100644 --- a/pkg.info +++ b/pkg.info @@ -1,7 +1,7 @@ name: autoconf description: GNU automatic source code configuration tool version: 2.72 -revision: 2 +revision: 3 url: https://www.gnu.org/software/autoconf/ license: GPL2,GPL3,custom architecture: any diff --git a/source.sh b/source.sh index 6337e64..5326d15 100644 --- a/source.sh +++ b/source.sh @@ -29,4 +29,8 @@ check() { # This function is used to move the compiled files into the output directory package() { make DESTDIR="$BPM_OUTPUT" install + + install -Dm644 COPYING.EXCEPTION "$BPM_OUTPUT"/usr/share/licenses/autoconf/COPYING.EXCEPTION + install -Dm644 COPYING "$BPM_OUTPUT"/usr/share/licenses/autoconf/COPYING + install -Dm644 COPYINGv3 "$BPM_OUTPUT"/usr/share/licenses/autoconf/COPYINGv3 }