diff options
Diffstat (limited to 'perl-install/standalone/po/Makefile')
-rw-r--r-- | perl-install/standalone/po/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/po/Makefile b/perl-install/standalone/po/Makefile index d3ed76960..b7b070cc7 100644 --- a/perl-install/standalone/po/Makefile +++ b/perl-install/standalone/po/Makefile @@ -28,7 +28,7 @@ $(NAME).pot: $(PMSFILES_HERE) POTFILES.in intltool-update --gettext-package desktopstuff --pot cd .. ; perl_checker -q --generate-pot po/.$@ $(PMSFILES) xgettext $(MAIN_PO_FILES:%=-x %) -o ..$@ .$@ - msgcat --use-first ..$@ desktopstuff.pot > $@ + msgcat --use-first .$@ desktopstuff.pot > $@ rm -f desktopstuff.pot $(NAME)_tmp.pot .$@ ..$@ install: $(MOFILES) |