Changeset 1006 for pbibuild/modules/gambas/build.sh
- Timestamp:
- 12/12/07 11:21:47 (12 months ago)
- Files:
-
- 1 modified
-
pbibuild/modules/gambas/build.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pbibuild/modules/gambas/build.sh
r918 r1006 9 9 # PORTVER = Version number of the port we used to build 10 10 ############################################################################## 11 # Save the right version number in the removepbi.sh script 12 sed -e "s,CHANGEME,Gambas${PORTVER},g" ${PBIDIR}/scripts/removepbi.sh > /tmp/removepbi.sh 13 mv /tmp/removepbi.sh ${PBIDIR}/scripts/removepbi.sh 14 chmod 755 ${PBIDIR}/scripts/removepbi.sh
