diff --git a/pkg.info b/pkg.info index 294d828..29c6573 100644 --- a/pkg.info +++ b/pkg.info @@ -1,7 +1,7 @@ name: bc description: Arbitrary numeric processing language version: 6.7.5 -revision: 2 +revision: 3 url: https://www.gnu.org/software/bc/ license: GPL architecture: any diff --git a/source.sh b/source.sh index 4341424..5b63dd9 100644 --- a/source.sh +++ b/source.sh @@ -29,5 +29,6 @@ check() { # This function is used to move the compiled files into the output directory package() { make DESTDIR="$BPM_OUTPUT" install - mkdir -p "$BPM_OUTPUT"/usr/share/licenses/bc/ + + install -Dm644 LICENSE.md "$BPM_OUTPUT"/usr/share/licenses/bc/LICENSE.md }