Changeset 1607 for pbibuild/modules/commandandconquer-NOD
- Timestamp:
- 03/16/08 10:26:27 (9 months ago)
- Location:
- pbibuild/modules/commandandconquer-NOD
- Files:
-
- 5 modified
-
build.sh (modified) (1 diff)
-
kmenu-dir/nod (modified) (1 diff)
-
overlay-dir/PBI.SetupScript.sh (modified) (1 diff)
-
overlay-dir/bin/nod (modified) (1 diff)
-
pbi.conf (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pbibuild/modules/commandandconquer-NOD/build.sh
r1600 r1607 11 11 12 12 # Save the right version number in the removepbi.sh script 13 sed -e "s,CHANGEME,Command &Conquer:NOD${PORTVER},g" ${PBIDIR}/bin/nod > /tmp/nod13 sed -e "s,CHANGEME,CommandandConquerGold1${PORTVER},g" ${PBIDIR}/bin/nod > /tmp/nod 14 14 mv /tmp/nod ${PBIDIR}/bin/nod 15 15 chmod 755 ${PBIDIR}/bin/nod -
pbibuild/modules/commandandconquer-NOD/kmenu-dir/nod
r1600 r1607 1 1 ExePath: bin/nod 2 2 ExeIcon: share/pixmaps/nod.png 3 ExeDescr: Command&Conquer:NOD3 ExeDescr: Brotherhood of Nod 4 4 ExeNoDesktop: 0 5 5 ExeNoMenu: 0 -
pbibuild/modules/commandandconquer-NOD/overlay-dir/PBI.SetupScript.sh
r1600 r1607 71 71 USER=`who | grep :0 | cut -f 1 -d " "` 72 72 chown ${USER} /Programs/${PROGDIR}/NOD 73 cd /Programs/${PROGDIR}/NOD/74 mdconfig -a -t vnode -f drive_c/windows/temp/NOD95.iso -u 175 mount -t cd9660 /dev/md1 drive_c/windows/temp/MOUNTEDCC76 cd dosdevices/77 ln -s ../drive_c/windows/temp/NOD95.iso e\:\:78 73 79 74 echo "LAUNCHCLOSE: /usr/local/bin/nod" -
pbibuild/modules/commandandconquer-NOD/overlay-dir/bin/nod
r1600 r1607 1 1 #!/bin/sh 2 PROGDIR="Command &Conquer:NOD0.9.57"2 PROGDIR="CommandandConquerGold10.9.57" 3 3 cd 4 4 export WINEPREFIX="/Programs/${PROGDIR}/NOD" 5 cd /Programs/${PROGDIR}/NOD 6 mdconfig -a -t vnode -f drive_c/windows/temp/NOD95.iso -u 1 7 mount -t cd9660 /dev/md1 drive_c/windows/temp/MOUNTEDCC 8 cd dosdevices/ 9 ln -s ../drive_c/windows/temp/NOD95.iso e\:\: 5 10 /Programs/${PROGDIR}/bin/wine "/Programs/${PROGDIR}/NOD/drive_c/WESTWOOD/C&C95/C&C95.exe" "$@" -
pbibuild/modules/commandandconquer-NOD/pbi.conf
r1601 r1607 5 5 6 6 # Program Name 7 PROGNAME="Command &Conquer:NOD"7 PROGNAME="Command and Conquer Gold 1" 8 8 9 9 # Program Website … … 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 3"35 BUILDKEY="04" 36 36 37 37 # Don't build this PBI on certian processors (i386 / amd64)
