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

Christian Hesse eworm at archlinux.org
Sun Jan 25 14:04:13 UTC 2015


    Date: Sunday, January 25, 2015 @ 15:04:12
  Author: eworm
Revision: 126572

upgpkg: packagekit 1.0.4-2

Install /usr/share/polkit-1/rules.d/ with polkit's owner and permission.

Modified:
  packagekit/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-01-25 14:03:42 UTC (rev 126571)
+++ PKGBUILD	2015-01-25 14:04:12 UTC (rev 126572)
@@ -4,7 +4,7 @@
 
 pkgname='packagekit'
 pkgver=1.0.4
-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/'
@@ -56,6 +56,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
+
 	make DESTDIR="${pkgdir}" install
 }
 



More information about the arch-commits mailing list