Changeset 1617 for pbibuild/modules/commandandconquer-NOD
- Timestamp:
- 03/17/08 14:47:30 (9 months ago)
- Location:
- pbibuild/modules/commandandconquer-NOD
- Files:
-
- 4 modified
-
overlay-dir/PBI.RemoveScript.sh (modified) (1 diff)
-
overlay-dir/PBI.SetupScript.sh (modified) (1 diff)
-
overlay-dir/bin/nod (modified) (1 diff)
-
pbi.conf (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pbibuild/modules/commandandconquer-NOD/overlay-dir/PBI.RemoveScript.sh
r1601 r1617 8 8 ######################################### 9 9 rm -fR /usr/local/bin/nod 10 umount NOD/drive_c/windows/temp/MOUNTEDCC11 mdconfig -d -u md1 -
pbibuild/modules/commandandconquer-NOD/overlay-dir/PBI.SetupScript.sh
r1607 r1617 71 71 USER=`who | grep :0 | cut -f 1 -d " "` 72 72 chown ${USER} /Programs/${PROGDIR}/NOD 73 ################ 74 #MOUNT ISO FILES 75 ################ 76 cd /Programs/${PROGDIR}/NOD/drive_c/windows/temp/ 77 MD=`mdconfig -a -t vnode -f NOD95.iso` 78 mount -t cd9660 /dev/$MD MOUNTEDCC 79 cp -fR MOUNTEDCC ISO 80 umount MOUNTEDCC 81 mdconfig -d -u $MD 82 rm -fR MOUNTEDCC 83 cd /Programs/${PROGDIR}/NOD/dosdevices 84 ln -s ../drive_c/windows/temp/ISO e: 85 ln -s ../drive_c/windows/temp/NOD95.iso e\:\: 73 86 74 87 echo "LAUNCHCLOSE: /usr/local/bin/nod" -
pbibuild/modules/commandandconquer-NOD/overlay-dir/bin/nod
r1616 r1617 3 3 cd 4 4 export WINEPREFIX="/Programs/${PROGDIR}/NOD" 5 cd /Programs/${PROGDIR}/NOD6 mdconfig -a -t vnode -f drive_c/windows/temp/NOD95.iso -u 27 mount -t cd9660 /dev/md2 drive_c/windows/temp/MOUNTEDCC8 cd dosdevices/9 ln -s ../drive_c/windows/temp/MOUNTEDCC e:10 ln -s ../drive_c/windows/temp/NOD95.iso e\:\:11 5 /Programs/${PROGDIR}/bin/wine "/Programs/${PROGDIR}/NOD/drive_c/WESTWOOD/C&C95/C&C95.exe" "$@" -
pbibuild/modules/commandandconquer-NOD/pbi.conf
r1616 r1617 33 33 # Build Key - Change this to anything else to trigger a rebuild 34 34 # - The rebuild will take place even if port is still the same ver 35 BUILDKEY="0 5"35 BUILDKEY="07" 36 36 37 37 # Don't build this PBI on certian processors (i386 / amd64)
