Skip to content
Snippets Groups Projects
Commit e256c343 authored by Christian Hesse's avatar Christian Hesse :stuck_out_tongue_winking_eye:
Browse files

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

parent 558dec22
No related branches found
Tags v40
No related merge requests found
......@@ -3,7 +3,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/'
......@@ -55,6 +55,9 @@ build() {
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
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment