aboutsummaryrefslogtreecommitdiffstats
path: root/polkit
diff options
context:
space:
mode:
authordaviddavid <geiger.david68210@gmail.com>2020-06-29 14:21:04 +0200
committerdaviddavid <geiger.david68210@gmail.com>2020-06-29 14:21:04 +0200
commit531094f516a63feaba471b60f98fa11738b7be35 (patch)
tree731c43538bdef5b1f6c6dbdeab29e425d4fe80cc /polkit
parentfbca5a593dec8d56ff9fc4e22fe57dc9243da241 (diff)
downloadisodumper-531094f516a63feaba471b60f98fa11738b7be35.tar
isodumper-531094f516a63feaba471b60f98fa11738b7be35.tar.gz
isodumper-531094f516a63feaba471b60f98fa11738b7be35.tar.bz2
isodumper-531094f516a63feaba471b60f98fa11738b7be35.tar.xz
isodumper-531094f516a63feaba471b60f98fa11738b7be35.zip
Remove polkit from po-update.sh, already done in polkit/Makefile
- fixes generation of polkit file translations during build
Diffstat (limited to 'polkit')
-rw-r--r--polkit/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/polkit/Makefile b/polkit/Makefile
index 334fc57..64f202d 100644
--- a/polkit/Makefile
+++ b/polkit/Makefile
@@ -21,10 +21,10 @@ POLICY_IN := $(wildcard *.policy.in)
POLICY = $(POLICY_IN:.policy.in=.policy)
WRAPPERS = $(patsubst org.mageia.%.policy,%,$(POLICY))
-all: $(POLICY)
+all: $(POLICY)
clean:
- rm -f $(POLICY)
+ rm -f $(POLICY)
%.policy: %.policy.in
intltool-merge --utf8 ../po $< $@ -x -u -c ../po/.intltool-merge-cache