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

Antonio Rojas arojas at archlinux.org
Fri Mar 20 18:44:53 UTC 2015


    Date: Friday, March 20, 2015 @ 19:44:53
  Author: arojas
Revision: 234251

Set SGID flag on kdesud (FS#44277)

Modified:
  kdesu/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-03-20 18:04:01 UTC (rev 234250)
+++ PKGBUILD	2015-03-20 18:44:53 UTC (rev 234251)
@@ -4,7 +4,7 @@
 
 pkgname=kdesu
 pkgver=5.8.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Integration with su for elevated privileges'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/kdesu'
@@ -34,4 +34,8 @@
 package() {
   cd build
   make DESTDIR="${pkgdir}" install
+
+# See FS#44277
+  chown :nobody "${pkgdir}"/usr/lib/kf5/kdesud
+  chmod g+s "${pkgdir}"/usr/lib/kf5/kdesud
 }



More information about the arch-commits mailing list