[svn:parrot] r37364 - trunk/tools/dev

fperrad at svn.parrot.org fperrad at svn.parrot.org
Thu Mar 12 20:45:37 UTC 2009


Author: fperrad
Date: Thu Mar 12 20:45:37 2009
New Revision: 37364
URL: https://trac.parrot.org/parrot/changeset/37364

Log:
[install] fix libpath for mk_inno_language.pl

Modified:
   trunk/tools/dev/mk_language_shell.pl

Modified: trunk/tools/dev/mk_language_shell.pl
==============================================================================
--- trunk/tools/dev/mk_language_shell.pl	Thu Mar 12 20:24:03 2009	(r37363)
+++ trunk/tools/dev/mk_language_shell.pl	Thu Mar 12 20:45:37 2009	(r37364)
@@ -620,7 +620,7 @@
 @no_doc@	-$(MKPATH) man/html
 @no_doc@	pod2html --infile doc/running.pod --outfile man/html/parrot- at lclang@.html
 	$(CP) installable_ at lclang@@exe@ parrot- at lclang@.exe
-	$(PERL) $(LIB_DIR)/tools/dev/mk_inno_language.pl @lclang@
+	$(PERL) -I$(LIB_DIR)/tools/lib $(LIB_DIR)/tools/dev/mk_inno_language.pl @lclang@
 	iscc parrot- at lclang@.iss
 
 testclean:


More information about the parrot-commits mailing list