diff options
author | davidovski <david@davidovski.xyz> | 2022-01-16 16:03:29 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-01-16 16:03:29 +0000 |
commit | 6fc3b9dc3e84abb1371424efbc8b01ccd41e27f6 (patch) | |
tree | bcd19e5d5d19536626d70c931cc2b26cadee0f50 /repo/system/pam.xibuild | |
parent | 430d276607ead5129cc222f1f139128e9a3f9082 (diff) |
changed patch to prepare
Diffstat (limited to 'repo/system/pam.xibuild')
-rw-r--r-- | repo/system/pam.xibuild | 2 |
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 && |