Makefile: remove bashism
This commit is contained in:
parent
0be567ca39
commit
a7fa2ad01e
2
Makefile
2
Makefile
@ -62,7 +62,7 @@ install-locales: locales
|
||||
echo "installing i18n file for language \`$$lang'...";\
|
||||
dir="$(DESTDIR)$(localesdir)/$$lang/LC_MESSAGES";\
|
||||
$(INSTALL_DIR) $$dir;\
|
||||
$(INSTALL_DATA) $${f/.po/.mo} $$dir/$(PACKAGE).mo;\
|
||||
$(INSTALL_DATA) po/$$lang.mo $$dir/$(PACKAGE).mo;\
|
||||
done
|
||||
|
||||
install-defs: $(pck_defs)
|
||||
|
Loading…
Reference in New Issue
Block a user