summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/polkit
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2013-11-09 22:37:51 +0159
committerThomas Backlund <tmb@mageia.org>2013-11-09 22:37:51 +0159
commitd785037f4af85bae350353e84e58165319def060 (patch)
tree7dcebc1d8c959562bf1f5fe58a39297f5a30c516 /perl-install/standalone/polkit
parent432fd0e73660d9d2be0063f1d0e9e0c1e6c8bc37 (diff)
downloaddrakx-d785037f4af85bae350353e84e58165319def060.tar
drakx-d785037f4af85bae350353e84e58165319def060.tar.gz
drakx-d785037f4af85bae350353e84e58165319def060.tar.bz2
drakx-d785037f4af85bae350353e84e58165319def060.tar.xz
drakx-d785037f4af85bae350353e84e58165319def060.zip
fix typo in last Makefile change
Diffstat (limited to 'perl-install/standalone/polkit')
-rw-r--r--perl-install/standalone/polkit/Makefile2
1 files changed, 1 insertions, 1 deletions
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