diff --git a/pkg.info b/pkg.info index a32a047..50888bb 100644 --- a/pkg.info +++ b/pkg.info @@ -1,7 +1,7 @@ name: pam description: Pluggable Authentication Modules for Linux version: 1.6.0 -revision: 4 +revision: 5 url: https://github.com/linux-pam/linux-pam license: GPL2-or-later architecture: any diff --git a/source.sh b/source.sh index 2f8853a..83bb10f 100644 --- a/source.sh +++ b/source.sh @@ -35,4 +35,9 @@ package() { cp ../system-session "$BPM_OUTPUT"/etc/pam.d/system-session cp ../system-password "$BPM_OUTPUT"/etc/pam.d/system-password cp ../other "$BPM_OUTPUT"/etc/pam.d/other + + # Remove systemd services + rm -r "$BPM_OUTPUT"/usr/lib/systemd + + install -Dm644 "$BPM_SOURCE"/COPYING "$BPM_OUTPUT"/usr/share/licenses/pam/COPYING }