[arch-commits] Commit in gnome-control-center/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Mon Oct 22 21:49:11 UTC 2012


    Date: Monday, October 22, 2012 @ 17:49:11
  Author: heftig
Revision: 169517

Fix install warning

Modified:
  gnome-control-center/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++++
 1 file changed, 4 insertions(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-10-22 21:28:51 UTC (rev 169516)
+++ PKGBUILD	2012-10-22 21:49:11 UTC (rev 169517)
@@ -39,4 +39,8 @@
   cd $pkgname-$pkgver
 
   make DESTDIR="$pkgdir" install
+
+  # Fix a warning
+  chown 102:0 "$pkgdir/usr/share/polkit-1/rules.d"
+  chmod 700 "$pkgdir/usr/share/polkit-1/rules.d"
 }




More information about the arch-commits mailing list