diff --git a/pkg.info b/pkg.info index a992eb6..86e39d5 100644 --- a/pkg.info +++ b/pkg.info @@ -1,6 +1,7 @@ name: libaio description: The Linux-native asynchronous I/O facility (aio) library version: 0.3.113 +revision: 2 url: https://pagure.io/libaio license: LGPL2-or-later architecture: any diff --git a/source.sh b/source.sh index b47e99b..d9edc16 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/libaio/COPYING }