Show
Ignore:
Timestamp:
12/28/07 12:44:15 (11 months ago)
Author:
kris
Message:

Minor typo in the AlienArena? removal script in build.sh

Files:
1 modified

Legend:

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

    r1051 r1081  
    1010############################################################################## 
    1111# Save the right version number in the removepbi.sh script 
    12 sed -e "s,CHANGEME,Alien Arena${PORTVER},g" ${PBIDIR}/scripts/removepbi.sh > /tmp/removepbi.sh 
     12sed -e "s,CHANGEME,AlienArena${PORTVER},g" ${PBIDIR}/scripts/removepbi.sh > /tmp/removepbi.sh 
    1313mv /tmp/removepbi.sh ${PBIDIR}/scripts/removepbi.sh 
    1414chmod 755 ${PBIDIR}/scripts/removepbi.sh