Skip to content

Commit

Permalink
fix incorrect path in -pa parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
msvoboda-ra-rockwell-com committed May 21, 2012
1 parent 0352682 commit dc375e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Makefile
Expand Up @@ -20,7 +20,7 @@ $(dir)/lang/default/$(def_lang)/gettext.pot: $(EBIN_FILES)
(export GETTEXT_TMP_NAME=$(tmp_name); \
export GETTEXT_DIR=$(dir); \
export GETTEXT_DEF_LANG=$(def_lang); \
erl -noshell -pa ../gettext/ebin -s gettext_compile epot2po)
erl -noshell -pa ../ebin -s gettext_compile epot2po)
install -D $(dir)/lang/$(tmp_name)/$(def_lang)/gettext.po \
$(dir)/lang/default/$(def_lang)/gettext.pot; \

Expand Down

0 comments on commit dc375e7

Please sign in to comment.