Show
Ignore:
Timestamp:
03/16/08 10:26:27 (9 months ago)
Author:
gonzalo
Message:

Some mayor problems with configuration files

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

Legend:

Unmodified
Added
Removed
  • pbibuild/modules/commandandconquer-NOD/build.sh

    r1600 r1607  
    1111 
    1212# Save the right version number in the removepbi.sh script 
    13 sed -e "s,CHANGEME,Command&Conquer:NOD${PORTVER},g" ${PBIDIR}/bin/nod > /tmp/nod 
     13sed -e "s,CHANGEME,CommandandConquerGold1${PORTVER},g" ${PBIDIR}/bin/nod > /tmp/nod 
    1414mv /tmp/nod ${PBIDIR}/bin/nod 
    1515chmod 755 ${PBIDIR}/bin/nod 
  • pbibuild/modules/commandandconquer-NOD/kmenu-dir/nod

    r1600 r1607  
    11ExePath: bin/nod 
    22ExeIcon: share/pixmaps/nod.png 
    3 ExeDescr: Command&Conquer:NOD 
     3ExeDescr: Brotherhood of Nod 
    44ExeNoDesktop: 0 
    55ExeNoMenu: 0 
  • pbibuild/modules/commandandconquer-NOD/overlay-dir/PBI.SetupScript.sh

    r1600 r1607  
    7171USER=`who | grep :0 | cut -f 1 -d " "` 
    7272chown ${USER} /Programs/${PROGDIR}/NOD 
    73 cd /Programs/${PROGDIR}/NOD/ 
    74 mdconfig -a -t vnode -f drive_c/windows/temp/NOD95.iso -u 1 
    75 mount -t cd9660 /dev/md1 drive_c/windows/temp/MOUNTEDCC 
    76 cd dosdevices/ 
    77 ln -s ../drive_c/windows/temp/NOD95.iso e\:\: 
    7873 
    7974echo "LAUNCHCLOSE: /usr/local/bin/nod" 
  • pbibuild/modules/commandandconquer-NOD/overlay-dir/bin/nod

    r1600 r1607  
    11#!/bin/sh 
    2 PROGDIR="Command&Conquer:NOD0.9.57" 
     2PROGDIR="CommandandConquerGold10.9.57" 
    33cd 
    44export WINEPREFIX="/Programs/${PROGDIR}/NOD" 
     5cd /Programs/${PROGDIR}/NOD 
     6mdconfig -a -t vnode -f drive_c/windows/temp/NOD95.iso -u 1 
     7mount -t cd9660 /dev/md1 drive_c/windows/temp/MOUNTEDCC 
     8cd dosdevices/ 
     9ln -s ../drive_c/windows/temp/NOD95.iso e\:\: 
    510/Programs/${PROGDIR}/bin/wine "/Programs/${PROGDIR}/NOD/drive_c/WESTWOOD/C&C95/C&C95.exe" "$@" 
  • pbibuild/modules/commandandconquer-NOD/pbi.conf

    r1601 r1607  
    55 
    66# Program Name 
    7 PROGNAME="Command&Conquer:NOD" 
     7PROGNAME="Command and Conquer Gold 1" 
    88 
    99# Program Website 
     
    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="03" 
     35BUILDKEY="04" 
    3636 
    3737# Don't build this PBI on certian processors (i386 / amd64)