Remove systemd service files
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
name: pam
|
name: pam
|
||||||
description: Pluggable Authentication Modules for Linux
|
description: Pluggable Authentication Modules for Linux
|
||||||
version: 1.6.0
|
version: 1.6.0
|
||||||
revision: 4
|
revision: 5
|
||||||
url: https://github.com/linux-pam/linux-pam
|
url: https://github.com/linux-pam/linux-pam
|
||||||
license: GPL2-or-later
|
license: GPL2-or-later
|
||||||
architecture: any
|
architecture: any
|
||||||
|
|||||||
@@ -35,4 +35,9 @@ package() {
|
|||||||
cp ../system-session "$BPM_OUTPUT"/etc/pam.d/system-session
|
cp ../system-session "$BPM_OUTPUT"/etc/pam.d/system-session
|
||||||
cp ../system-password "$BPM_OUTPUT"/etc/pam.d/system-password
|
cp ../system-password "$BPM_OUTPUT"/etc/pam.d/system-password
|
||||||
cp ../other "$BPM_OUTPUT"/etc/pam.d/other
|
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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user