Changeset 1221

Show
Ignore:
Timestamp:
01/19/08 04:02:50 (10 months ago)
Author:
gonzalo
Message:

DOSBox Uninstall feature fixed

Location:
pbibuild/modules/dosbox
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • pbibuild/modules/dosbox/build.sh

    r1147 r1221  
    99#   PORTVER = Version number of the port we used to build 
    1010############################################################################## 
     11# Save the right version number in the removepbi.sh script 
     12sed -e "s,CHANGEME,DOSBox${PORTVER},g" ${PBIDIR}/scripts/removepbi.sh > /tmp/removepbi.sh 
     13mv /tmp/removepbi.sh ${PBIDIR}/scripts/removepbi.sh 
     14chmod 755 ${PBIDIR}/scripts/removepbi.sh 
  • pbibuild/modules/dosbox/overlay-dir/PBI.SetupScript.sh

    r1187 r1221  
    1818ln -s /Programs/${PROGDIR}/man/man1/dosbox.1.gz /usr/local/man/man1/dosbox.1.gz 
    1919ln -s /Programs/${PROGDIR}/share/doc/dosbox /usr/local/share/doc/dosbox 
    20 chmod +x /Programs/${PROGDIR}/scripts/removepbi.sh 
    2120 
    2221echo "LAUNCHCLOSE: /usr/local/bin/dosbox" 
  • pbibuild/modules/dosbox/pbi.conf

    r1208 r1221  
    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="06" 
     35BUILDKEY="07" 
    3636 
    3737export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY