Show
Ignore:
Timestamp:
12/12/07 11:21:47 (12 months ago)
Author:
gonzalo
Message:

kmenu entry fixed and added remove script

Files:
1 modified

Legend:

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

    r918 r1006  
    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,Gambas${PORTVER},g" ${PBIDIR}/scripts/removepbi.sh > /tmp/removepbi.sh 
     13mv /tmp/removepbi.sh ${PBIDIR}/scripts/removepbi.sh 
     14chmod 755 ${PBIDIR}/scripts/removepbi.sh