changeset 3373:e9576ebedb26

Add msys-extension files to installer (Bug #40994) * mk-dist: Copy msys-extesion files to installer directory
author John Donoghue <john.donoghue@ieee.org>
date Tue, 24 Dec 2013 15:29:00 -0500
parents 4dbf057b4906
children 7b62537d0f8a
files mk-dist
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mk-dist	Sun Dec 22 15:15:49 2013 -0500
+++ b/mk-dist	Tue Dec 24 15:29:00 2013 -0500
@@ -100,6 +100,11 @@
 cd $TOPDIR/msys-base
 tar -c -h -f - . | ( cd $OCTAVE_DIST_DIR ; tar xpf - )
 
+echo "  msys extension files..."
+cd $TOPDIR/msys-extension
+tar -c -h -f - . | ( cd $OCTAVE_DIST_DIR ; tar xpf - )
+
+
 echo "  notepad++..."
 cd $TOPDIR
 tar -c -h -f - notepad++ | ( cd $OCTAVE_DIST_DIR ; tar xpf - )