From: Holger Z. <hz...@us...> - 2005-05-25 07:02:31
|
Update of /cvsroot/jake2/jake2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26318 Modified Files: Tag: r_0_9_4 install.xml Log Message: mark shell scripts executable Index: install.xml =================================================================== RCS file: /cvsroot/jake2/jake2/install.xml,v retrieving revision 1.4.2.2 retrieving revision 1.4.2.3 diff -C2 -d -r1.4.2.2 -r1.4.2.3 *** install.xml 22 May 2005 08:11:24 -0000 1.4.2.2 --- install.xml 25 May 2005 07:02:05 -0000 1.4.2.3 *************** *** 58,61 **** --- 58,62 ---- <exclude name="*lwjgl.sh"/> </fileset> + <executable targetfile="$INSTALL_PATH/Jake2.sh"/> </pack> <pack name="Jake2" required="yes"> *************** *** 69,72 **** --- 70,74 ---- <include name="*mac.sh"/> </fileset> + <executable targetfile="$INSTALL_PATH/Jake2_mac.sh"/> </pack> *************** *** 142,145 **** --- 144,148 ---- <include name="Jake2_lwjgl.sh"/> </fileset> + <executable targetfile="$INSTALL_PATH/Jake2_lwjgl.sh"/> </pack> <pack name="lwjgl library" required="no"> *************** *** 152,156 **** <fileset dir="." targetdir="$INSTALL_PATH"> <include name="Jake2_mac_lwjgl.sh"/> ! </fileset> </pack> </packs> --- 155,160 ---- <fileset dir="." targetdir="$INSTALL_PATH"> <include name="Jake2_mac_lwjgl.sh"/> ! </fileset> ! <executable targetfile="$INSTALL_PATH/Jake2_mac_lwjgl.sh"/> </pack> </packs> |