[PD-cvs] SF.net SVN: pure-data: [9547] sources/build-libs-on-mingw.sh

eighthave at users.sourceforge.net eighthave at users.sourceforge.net
Sat Mar 8 01:36:47 CET 2008


Revision: 9547
          http://pure-data.svn.sourceforge.net/pure-data/?rev=9547&view=rev
Author:   eighthave
Date:     2008-03-07 16:36:47 -0800 (Fri, 07 Mar 2008)

Log Message:
-----------
install lua51.dll since it is not installed by the Makefile

Modified Paths:
--------------
    sources/build-libs-on-mingw.sh

Modified: sources/build-libs-on-mingw.sh
===================================================================
--- sources/build-libs-on-mingw.sh	2008-03-08 00:20:29 UTC (rev 9546)
+++ sources/build-libs-on-mingw.sh	2008-03-08 00:36:47 UTC (rev 9547)
@@ -185,7 +185,7 @@
 fi
 
 #lua 5.1
-testfile=/usr/local/lib/liblua.a
+testfile=/usr/local/bin/lua51.dll
 if [ -e "$testfile" ]; then 
 	 echo "$testfile exists, skipping..."
 else
@@ -193,5 +193,6 @@
 	 cd lua
 	 make mingw
 	 make install INSTALL_TOP=/usr/local
+	 cp -p src/lua51.dll /usr/local/bin/
 	 cd ..
 fi


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Pd-cvs mailing list