From d785037f4af85bae350353e84e58165319def060 Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Sat, 9 Nov 2013 22:37:51 +0159 Subject: fix typo in last Makefile change --- perl-install/install/NEWS | 2 ++ perl-install/standalone/polkit/Makefile | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 4cceb9482..ddd17fe7a 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,5 @@ +- fix typo in last Makefile change + Version 15.72 - 9 November 2013 - use /usr/libexec/drakrpm-addmedia directly in stage2 (colin, #11319) diff --git a/perl-install/standalone/polkit/Makefile b/perl-install/standalone/polkit/Makefile index b70cc96c4..c39f4ae71 100644 --- a/perl-install/standalone/polkit/Makefile +++ b/perl-install/standalone/polkit/Makefile @@ -13,7 +13,7 @@ clean: rm -f $(WRAPPERS) $(POLICY) %: org.mageia.%.policy.in - @echo -e '#!/bin/sh\nif [[ "$(id -u)" != "0" ]] ; then" >\n exec $(BINDIR)/pkexec $(LIBEXECDIR)/$@ $$""*\nelse\n exec $(LIBEXECDIR)/$@ $$""*\nfi\n' > $@ + @echo -e '#!/bin/sh\nif [[ "$(id -u)" != "0" ]] ; then\n exec $(BINDIR)/pkexec $(LIBEXECDIR)/$@ $$""*\nelse\n exec $(LIBEXECDIR)/$@ $$""*\nfi\n' > $@ %.policy: %.policy.in intltool-merge --utf8 ../po $< $@ -x -u -c ../po/.intltool-merge-cache -- cgit v1.2.1