Radix cross Linux

The main Radix cross Linux repository contains the build scripts of packages, which have the most complete and common functionality for desktop machines

383 Commits   1 Branch   1 Tag
Index: radix-1.9/libs/polkit/123/Makefile
===================================================================
--- radix-1.9/libs/polkit/123/Makefile	(revision 305)
+++ radix-1.9/libs/polkit/123/Makefile	(revision 306)
@@ -353,4 +353,6 @@
 	 echo "license=$(POLKIT_PKG_LICENSE)"                         >> $(POLKIT_PKG)/.PKGINFO
 	@$(PSEUDO) sh -c "cd $(POLKIT_PKG) && \
 	                  chown -R root:root . && \
+	                  chmod u+s usr/bin/pkexec                         && \
+	                  chmod u+s usr/lib/polkit-1/polkit-agent-helper-1 && \
 	                  $(MAKE_PACKAGE) -J --linkadd=yes $(GNUPG_OPTIONS) -m -d .. ."