summaryrefslogtreecommitdiff
path: root/repo/system/pam.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/system/pam.xibuild')
-rw-r--r--repo/system/pam.xibuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/repo/system/pam.xibuild b/repo/system/pam.xibuild
index 0091605..7fdccff 100644
--- a/repo/system/pam.xibuild
+++ b/repo/system/pam.xibuild
@@ -1,7 +1,7 @@
#!/bin/sh
MAKEDEPS="make automake"
-DEPS="musl libtirpc audit libxcrypt"
+DEPS="musl audit libxcrypt"
PKG_VER=1.5.2
SOURCE=https://github.com/linux-pam/linux-pam/releases/download/v$PKG_VER/Linux-PAM-$PKG_VER.tar.xz
@@ -27,9 +27,9 @@ build () {
package () {
make DESTDIR=$PKG_DEST install
- install -v -m755 -d $PKG_DEST/etc/pam.d
+ install -m755 -d $PKG_DEST/etc/pam.d
- install -vdm755 $PKG_DEST/etc/pam.d
+ install -dm755 $PKG_DEST/etc/pam.d
cat > $PKG_DEST/etc/pam.d/system-account << "EOF"
# Begin /etc/pam.d/system-account