From efa4ab6a791804db20492634decf3a53c74951c4 Mon Sep 17 00:00:00 2001 From: SARL ENR-68 Date: Sat, 28 Dec 2013 10:43:02 +0100 Subject: Updated Makefile files (polkit) and spec file -Really use translations for polkit file -drop "local" macro PREFIX on Makefile -drop "PREFIX="%{_prefix}" macro on spec file -use polkit binary generated with Makefile -drop bin folder (use binary generated with Makefile) --- polkit/Makefile | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'polkit') diff --git a/polkit/Makefile b/polkit/Makefile index 975400d..f8833cb 100644 --- a/polkit/Makefile +++ b/polkit/Makefile @@ -28,7 +28,22 @@ clean: rm -f $(WRAPPERS) $(POLICY) %: org.mageia.%.policy.in - @echo -e '#!/bin/sh\nif [[ "$$UID" != "0" ]] ; then\n exec $(BINDIR)/pkexec $(LIBEXECDIR)/$@ "$$''@"\nelse\n exec $(LIBEXECDIR)/$@ "$$''@"\nfi\n' > $@ + @echo -e \ + '#!/bin/sh\n'\ + '#\n'\ + '\n'\ + '# Copyright (C) 2013 THE isodumper`S COPYRIGHT HOLDER\n'\ + '# This file is distributed under the same license as the isodumper package.\n'\ + '\n'\ + '# Author isodumper software= papoteur \n'\ + '# Author binary polkit file= Geiger David \n'\ + '\n'\ + 'if [[ "$$UID" != "0" ]] ; then\n'\ + ' exec $(BINDIR)/pkexec $(LIBEXECDIR)/$@ "$$''@"\n'\ + 'else\n'\ + ' exec $(LIBEXECDIR)/$@ "$$''@"\n'\ + 'fi\n'\ + > $@ %.policy: %.policy.in intltool-merge --utf8 ../po $< $@ -x -u -c ../po/.intltool-merge-cache -- cgit v1.2.1