Show
Ignore:
Timestamp:
03/04/08 10:40:42 (9 months ago)
Author:
kris
Message:

Update mgolfm to auto-add the wine version to the run script

Files:
1 modified

Legend:

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

    r1242 r1534  
    1515chmod 755 ${PBIDIR}/scripts/removepbi.sh 
    1616 
     17 
     18# Save the right version number in the removepbi.sh script 
     19sed -e "s,CHANGE,MiniGolfManiacs${PORTVER},g" ${PBIDIR}/bin/minigolfm > /tmp/minigolfm 
     20mv /tmp/minigolfm ${PBIDIR}/bin/minigolfm 
     21chmod 755 ${PBIDIR}/bin/minigolfm