summaryrefslogtreecommitdiff
path: root/repo
diff options
context:
space:
mode:
Diffstat (limited to 'repo')
-rw-r--r--repo/system/pam.xibuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/repo/system/pam.xibuild b/repo/system/pam.xibuild
index ea7e882..03e5a53 100644
--- a/repo/system/pam.xibuild
+++ b/repo/system/pam.xibuild
@@ -26,8 +26,7 @@ build () {
package () {
make DESTDIR=$PKG_DEST install
-
- install -v -m755 -d $PKG_DEST/etc/pam.d &&
+ install -v -m755 -d $PKG_DEST/etc/pam.d
}
postinstall () {