[arch-commits] Commit in plasma-workspace/kde-unstable (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Wed Aug 19 07:05:24 UTC 2015
Date: Wednesday, August 19, 2015 @ 09:05:23
Author: arojas
Revision: 244106
Remove executable bit from /etc/pam.d/kde (FS#46016)
Modified:
plasma-workspace/kde-unstable/PKGBUILD
----------+
PKGBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-08-19 07:05:20 UTC (rev 244105)
+++ PKGBUILD 2015-08-19 07:05:23 UTC (rev 244106)
@@ -55,7 +55,7 @@
cd build
make DESTDIR="${pkgdir}" install
- install -D "${srcdir}"/kde.pam \
+ install -Dm644 "${srcdir}"/kde.pam \
"${pkgdir}"/etc/pam.d/kde
# Remove conflicts with drkonqi
More information about the arch-commits
mailing list