Show
Ignore:
Timestamp:
03/17/08 14:47:30 (9 months ago)
Author:
gonzalo
Message:

Some big and mayor fixes in all scripts

Location:
pbibuild/modules/commandandconquer-NOD
Files:
4 modified

Legend:

Unmodified
Added
Removed
  • pbibuild/modules/commandandconquer-NOD/overlay-dir/PBI.RemoveScript.sh

    r1601 r1617  
    88######################################### 
    99rm -fR /usr/local/bin/nod 
    10 umount NOD/drive_c/windows/temp/MOUNTEDCC 
    11 mdconfig -d -u md1 
  • pbibuild/modules/commandandconquer-NOD/overlay-dir/PBI.SetupScript.sh

    r1607 r1617  
    7171USER=`who | grep :0 | cut -f 1 -d " "` 
    7272chown ${USER} /Programs/${PROGDIR}/NOD 
     73################ 
     74#MOUNT ISO FILES 
     75################ 
     76cd /Programs/${PROGDIR}/NOD/drive_c/windows/temp/ 
     77MD=`mdconfig -a -t vnode -f NOD95.iso` 
     78mount -t cd9660 /dev/$MD MOUNTEDCC 
     79cp -fR MOUNTEDCC ISO 
     80umount MOUNTEDCC 
     81mdconfig -d -u $MD 
     82rm -fR MOUNTEDCC 
     83cd /Programs/${PROGDIR}/NOD/dosdevices 
     84ln -s ../drive_c/windows/temp/ISO e: 
     85ln -s ../drive_c/windows/temp/NOD95.iso e\:\: 
    7386 
    7487echo "LAUNCHCLOSE: /usr/local/bin/nod" 
  • pbibuild/modules/commandandconquer-NOD/overlay-dir/bin/nod

    r1616 r1617  
    33cd 
    44export WINEPREFIX="/Programs/${PROGDIR}/NOD" 
    5 cd /Programs/${PROGDIR}/NOD 
    6 mdconfig -a -t vnode -f drive_c/windows/temp/NOD95.iso -u 2 
    7 mount -t cd9660 /dev/md2 drive_c/windows/temp/MOUNTEDCC 
    8 cd dosdevices/ 
    9 ln -s ../drive_c/windows/temp/MOUNTEDCC e: 
    10 ln -s ../drive_c/windows/temp/NOD95.iso e\:\: 
    115/Programs/${PROGDIR}/bin/wine "/Programs/${PROGDIR}/NOD/drive_c/WESTWOOD/C&C95/C&C95.exe" "$@" 
  • pbibuild/modules/commandandconquer-NOD/pbi.conf

    r1616 r1617  
    3333# Build Key - Change this to anything else to trigger a rebuild  
    3434#           - The rebuild will take place even if port is still the same ver 
    35 BUILDKEY="05" 
     35BUILDKEY="07" 
    3636 
    3737# Don't build this PBI on certian processors (i386 / amd64)