git » kdesu.git » commit fa0f78d

Actually drop setgid

author Antonio Rojas
2022-09-22 18:55:16 UTC
committer Antonio Rojas
2022-09-22 18:55:16 UTC
parent ab9916bfb948c175e6d70fe058e0832faea49096

Actually drop setgid

PKGBUILD +1 -5

diff --git a/PKGBUILD b/PKGBUILD
index 75af4a5..a4054d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
 
 pkgname=kdesu
 pkgver=5.98.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Integration with su for elevated privileges'
 arch=(x86_64)
 url='https://community.kde.org/Frameworks'
@@ -38,8 +38,4 @@ build() {
 
 package() {
   DESTDIR="$pkgdir" cmake --install build
-
-# See FS#44277
-  chown :nobody "$pkgdir"/usr/lib/kf5/kdesud
-  chmod g+s "$pkgdir"/usr/lib/kf5/kdesud
 }