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

Jan Steffens heftig at archlinux.org
Wed May 18 14:28:45 UTC 2016


    Date: Wednesday, May 18, 2016 @ 16:28:44
  Author: heftig
Revision: 268298

0.6.0-2: Fixup dir mode

Modified:
  flatpak/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-18 14:23:04 UTC (rev 268297)
+++ PKGBUILD	2016-05-18 14:28:44 UTC (rev 268298)
@@ -3,7 +3,7 @@
 
 pkgname=flatpak
 pkgver=0.6.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Application deployment framework for desktop apps"
 url="https://wiki.gnome.org/Projects/SandboxedApps"
 arch=(i686 x86_64)
@@ -50,5 +50,9 @@
 
 package() {
   cd $pkgname
+
   make DESTDIR="$pkgdir" install
+
+  # Fixup mode to match polkit
+  install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"
 }



More information about the arch-commits mailing list