diff options
author | Thomas Backlund <tmb@mageia.org> | 2013-11-09 22:43:44 +0159 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2013-11-09 22:43:44 +0159 |
commit | f2366f534d43d12a6c69b525dd9dc3b3ecdbe3da (patch) | |
tree | 91c8d262d66b08c10478f417f6b706634d56124a /polkit | |
parent | 7c7cc30c96cc00c8f8e4833a6876885275fc98b3 (diff) | |
download | rpmdrake-f2366f534d43d12a6c69b525dd9dc3b3ecdbe3da.tar rpmdrake-f2366f534d43d12a6c69b525dd9dc3b3ecdbe3da.tar.gz rpmdrake-f2366f534d43d12a6c69b525dd9dc3b3ecdbe3da.tar.bz2 rpmdrake-f2366f534d43d12a6c69b525dd9dc3b3ecdbe3da.tar.xz rpmdrake-f2366f534d43d12a6c69b525dd9dc3b3ecdbe3da.zip |
5.52.15.52.1
Diffstat (limited to 'polkit')
-rw-r--r-- | polkit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/polkit/Makefile b/polkit/Makefile index 182070ae..2984e433 100644 --- a/polkit/Makefile +++ b/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 |