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

DOSBox Uninstall feature fixed

Files:
1 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