summaryrefslogtreecommitdiff
path: root/repo/system/pam.xibuild
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-01-16 16:03:29 +0000
committerdavidovski <david@davidovski.xyz>2022-01-16 16:03:29 +0000
commit6fc3b9dc3e84abb1371424efbc8b01ccd41e27f6 (patch)
treebcd19e5d5d19536626d70c931cc2b26cadee0f50 /repo/system/pam.xibuild
parent430d276607ead5129cc222f1f139128e9a3f9082 (diff)
changed patch to prepare
Diffstat (limited to 'repo/system/pam.xibuild')
-rw-r--r--repo/system/pam.xibuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/system/pam.xibuild b/repo/system/pam.xibuild
index b0c18c5..79c14c5 100644
--- a/repo/system/pam.xibuild
+++ b/repo/system/pam.xibuild
@@ -6,7 +6,7 @@ PKG_VER=1.5.2
SOURCE=https://github.com/linux-pam/linux-pam/releases/download/v$PKG_VER/Linux-PAM-$PKG_VER.tar.xz
DESC="PAM (Pluggable Authentication Modules) library"
-patch() {
+prepare () {
# prevent install of an uneeded systemd file
sed -e /service_DATA/d \
-i modules/pam_namespace/Makefile.am &&