diff mk-dist @ 3010:8ac67219c241

Updates for nsis build and installer creation * makeinst-script.sh: Added installer icon. * mk-dist: Changed call for sh makeinst-script.sh to use $SHELL, and print out when completed successfully. * src/uuid.mk: remove libuuid.dll.a after install of libuuid.dll
author John Donoghue <john.donoghue@ieee.org>
date Fri, 31 May 2013 18:29:31 -0400
parents 4b450c162e39
children 100e618349f7
line wrap: on
line diff
--- a/mk-dist	Thu May 30 17:00:49 2013 -0400
+++ b/mk-dist	Fri May 31 18:29:31 2013 -0400
@@ -120,12 +120,13 @@
 cd $TOPDIR/dist
 
 if [ $installer = "yes" ]; then
-  sh ../makeinst-script.sh $OCTAVE_TARGET-$DATE
+  $SHELL ../makeinst-script.sh $OCTAVE_TARGET-$DATE
 
   echo "Generating installer ..."
   $TOPDIR/usr/bin/$TARGET-makensis octave.nsi > /dev/null
 
   if [ -e Octave-Installer.exe ]; then
+    echo "Installer created"
     rm octave.nsi
   fi