diff options
Diffstat (limited to 'data/Makefile')
-rw-r--r-- | data/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/Makefile b/data/Makefile index 8c4bd638..fc672018 100644 --- a/data/Makefile +++ b/data/Makefile @@ -18,5 +18,5 @@ install: all %.desktop: %.desktop.in - ../po/intltool-merge --utf8 ../po $< $@ -d -u -c ../po/.intltool-merge-cache + intltool-merge --utf8 ../po $< $@ -d -u -c intltool-merge-cache |