diff options
author | Thomas Backlund <tmb@mageia.org> | 2013-11-09 22:37:51 +0159 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2013-11-09 22:37:51 +0159 |
commit | d785037f4af85bae350353e84e58165319def060 (patch) | |
tree | 7dcebc1d8c959562bf1f5fe58a39297f5a30c516 /perl-install/standalone/polkit/Makefile | |
parent | 432fd0e73660d9d2be0063f1d0e9e0c1e6c8bc37 (diff) | |
download | drakx-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/Makefile')
-rw-r--r-- | perl-install/standalone/polkit/Makefile | 2 |
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 |