diff options
author | Colin Guthrie <colin@mageia.org> | 2013-10-12 13:58:57 +0100 |
---|---|---|
committer | Colin Guthrie <colin@mageia.org> | 2013-10-12 13:58:57 +0100 |
commit | 69cf1f60c7d24c5c4267c69c7b08c80d4d10d5e0 (patch) | |
tree | c7c5f1f4eb64deccc3ee9692f03c6ad29f14c2b4 /po | |
parent | 3200d574ebf953696986072ba3313c701ae8ac1e (diff) | |
download | drak3d-69cf1f60c7d24c5c4267c69c7b08c80d4d10d5e0.tar drak3d-69cf1f60c7d24c5c4267c69c7b08c80d4d10d5e0.tar.gz drak3d-69cf1f60c7d24c5c4267c69c7b08c80d4d10d5e0.tar.bz2 drak3d-69cf1f60c7d24c5c4267c69c7b08c80d4d10d5e0.tar.xz drak3d-69cf1f60c7d24c5c4267c69c7b08c80d4d10d5e0.zip |
polkit: Tidy up polkit support
Diffstat (limited to 'po')
-rw-r--r-- | po/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile index efcf69b..7e8a698 100644 --- a/po/Makefile +++ b/po/Makefile @@ -32,7 +32,7 @@ $(POTFILE): $(PL_FILES) POTFILES.in rm -f non-perl.pot ..$@ .$@ POTFILES.in: - (cd .. ; /bin/ls -1 polkit/policy/*.policy.in; ) > POTFILES.in + (cd .. ; /bin/ls -1 polkit/*.policy.in; ) > POTFILES.in update_n_merge: $(POTFILE) merge |