Changeset 1187 for pbibuild/modules/dosbox
- Timestamp:
- 01/16/08 06:02:55 (11 months ago)
- Location:
- pbibuild/modules/dosbox
- Files:
-
- 3 modified
-
overlay-dir/PBI.FirstRun.sh (modified) (2 diffs)
-
overlay-dir/PBI.SetupScript.sh (modified) (1 diff)
-
pbi.conf (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pbibuild/modules/dosbox/overlay-dir/PBI.FirstRun.sh
r1147 r1187 18 18 19 19 20 if [ -e "/usr/local/bin/d igikam" ]20 if [ -e "/usr/local/bin/dosbox" ] 21 21 then 22 22 # Looks like FF is installed, ask if they want to remove the old one 23 ls -al /usr/local/bin/d igikam| grep Programs 2>/dev/null23 ls -al /usr/local/bin/dosbox | grep Programs 2>/dev/null 24 24 if [ "$?" = "0" ] 25 25 then 26 kdialog --yesno " digiKamis already installed, do you wish to uninstall it?"26 kdialog --yesno "DOSBox is already installed, do you wish to uninstall it?" 27 27 if [ "$?" = "0" ] 28 28 then 29 FF="`ls -al /usr/local/bin/d igikam| cut -d '>' -f 2 | cut -d "/" -f 3`"30 echo $FF | grep digiKam2>/dev/null29 FF="`ls -al /usr/local/bin/dosbox | cut -d '>' -f 2 | cut -d "/" -f 3`" 30 echo $FF | grep DOSBox 2>/dev/null 31 31 if [ "$?" = "0" ] 32 32 then 33 33 PBIdelete -remove ${FF} 34 34 else 35 kdialog --sorry " digiKamcould not be automatically removed... Please remove it in Add / Remove Programs and try again."35 kdialog --sorry "DOSBox could not be automatically removed... Please remove it in Add / Remove Programs and try again." 36 36 return 2 37 37 fi 38 38 else 39 kdialog --sorry " digiKamis already installed, it must be uninstalled before loading this PBI"39 kdialog --sorry "DOSBox is already installed, it must be uninstalled before loading this PBI" 40 40 return 2 41 41 fi … … 43 43 else 44 44 # Could not find a link to PBI folder 45 kdialog --sorry " digiKamis already installed, it must be uninstalled before loading this PBI"45 kdialog --sorry "DOSBox is already installed, it must be uninstalled before loading this PBI" 46 46 return 2 47 47 fi -
pbibuild/modules/dosbox/overlay-dir/PBI.SetupScript.sh
r1147 r1187 18 18 ln -s /Programs/${PROGDIR}/man/man1/dosbox.1.gz /usr/local/man/man1/dosbox.1.gz 19 19 ln -s /Programs/${PROGDIR}/share/doc/dosbox /usr/local/share/doc/dosbox 20 chmod +x /Programs/${PROGDIR}/scripts/removepbi.sh 20 21 21 22 echo "LAUNCHCLOSE: /usr/local/bin/dosbox" -
pbibuild/modules/dosbox/pbi.conf
r1180 r1187 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 export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY
