Révision 2825

tmp/org.txm.setups/BuildMacOSXIntel.sh (revision 2825)
43 43
	exit 1;
44 44
fi
45 45

  
46
echo " rename TXM eclipse launcher"
47
if [ ! -f  "exportRCP/macosx.cocoa.x86_64/MacOS/launcher" ]; then
48
	mv "exportRCP/macosx.cocoa.x86_64/MacOS/TXM" "exportRCP/macosx.cocoa.x86_64/MacOS/launcher"
49
	if [ $? != 0 ]; then
50
		echo "** MacOSXIntel.sh : failed to binaries files"
51
		exit 1;
52
	fi
53
fi
54

  
55 46
echo " copy eclipse arch dependent build"
56 47
rsync -r  --exclude '.svn' "exportRCP/macosx.cocoa.x86_64/"* "TXM_${fullversion}_${TIMESTAMP}_MacOSX/Applications/TXM.app/Contents"
57 48
if [ $? != 0 ]; then

Formats disponibles : Unified diff