[arch-commits] Commit in packagekit/trunk (PKGBUILD)

Christian Hesse eworm at archlinux.org
Wed Oct 28 10:08:24 UTC 2015


    Date: Wednesday, October 28, 2015 @ 11:08:24
  Author: eworm
Revision: 145173

upgpkg: packagekit 1.0.10-2

polkit rules.d mode change

Modified:
  packagekit/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-10-28 10:03:04 UTC (rev 145172)
+++ PKGBUILD	2015-10-28 10:08:24 UTC (rev 145173)
@@ -4,7 +4,7 @@
 
 pkgname='packagekit'
 pkgver=1.0.10
-pkgrel=1
+pkgrel=2
 pkgdesc='A system designed to make installation and updates of packages easier'
 arch=('i686' 'x86_64')
 url='http://www.packagekit.org/'
@@ -46,8 +46,9 @@
 package() {
 	cd "${srcdir}/PackageKit-${pkgver}"
 
-	# install directory with polkit's owner and permission
-	install -d -m0700 -o 102 "${pkgdir}"/usr/share/polkit-1/rules.d
+	# install directory with root owner, polkit group and
+	# correct permission
+	install -d -o root -g 102 -m 750 "${pkgdir}/usr/share/polkit-1/rules.d"
 
 	make DESTDIR="${pkgdir}" install
 }



More information about the arch-commits mailing list