diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2012-11-30 19:44:48 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2012-11-30 19:44:48 +0000 |
commit | a03d47a5291b7a8b5a892135b6ed626b399195e6 (patch) | |
tree | a8e99b9e316bb262610784d6b966ba93d2c442cb | |
parent | 997670deb40f2829abdecc5531393462a68377d3 (diff) |
force the libpddir installation location of po/
svn path=/trunk/; revision=16621
-rwxr-xr-x | packages/win32_inno/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/win32_inno/Makefile b/packages/win32_inno/Makefile index 3e164968..38853914 100755 --- a/packages/win32_inno/Makefile +++ b/packages/win32_inno/Makefile @@ -75,7 +75,7 @@ build_pd: $(pd_src)/asio/ASIOSDK2 # use autoconf setup to install the translation files pd_po_msg_install: cd $(pd_src) && ./autogen.sh && ./configure - make -C $(pd_src)/po $(DEST_PATHS) install + make -C $(pd_src)/po $(DEST_PATHS) libpddir=$(libpddir) install PD_NAME=Pd pd_install: build_pd pd_po_msg_install |