Changeset 1221 for pbibuild/modules/dosbox/build.sh
- Timestamp:
- 01/19/08 04:02:50 (10 months ago)
- Files:
-
- 1 modified
-
pbibuild/modules/dosbox/build.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pbibuild/modules/dosbox/build.sh
r1147 r1221 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,DOSBox${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
