summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ebb7c6ac04de..ba9ecb3be50c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -57,7 +57,7 @@ package() {
make DESTDIR="$pkgdir" install
# install correct PAM file
- install -Dm644 "data/entrance.other" "$pkgdir/etc/pam.d/entrance"
+ install -Dm644 "data/entrance.arch" "$pkgdir/etc/pam.d/entrance"
# install text files
install -Dm644 AUTHORS "$pkgdir/usr/share/doc/$_pkgname/AUTHORS"