diff options
| -rw-r--r-- | Makefile.PL | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Makefile.PL b/Makefile.PL index d70bb9ff..f489176e 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -136,7 +136,7 @@ GOALS = $(PGOAL).pot  $(MOFILES)  locales: $(GOALS) -install_locales: locales  +install_locales: $(MOFILES)   	# add translation in policy file  	for p in $(POL_IN_FILES); do \  		itstool -j $$p $(ITS_FILES) -o "$${p%.*}" `ls po/*.mo`; \ | 
