Changeset 1221
- Timestamp:
- 01/19/08 04:02:50 (10 months ago)
- Location:
- pbibuild/modules/dosbox
- Files:
-
- 3 modified
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 -
pbibuild/modules/dosbox/overlay-dir/PBI.SetupScript.sh
r1187 r1221 18 18 ln -s /Programs/${PROGDIR}/man/man1/dosbox.1.gz /usr/local/man/man1/dosbox.1.gz 19 19 ln -s /Programs/${PROGDIR}/share/doc/dosbox /usr/local/share/doc/dosbox 20 chmod +x /Programs/${PROGDIR}/scripts/removepbi.sh21 20 22 21 echo "LAUNCHCLOSE: /usr/local/bin/dosbox" -
pbibuild/modules/dosbox/pbi.conf
r1208 r1221 33 33 # Build Key - Change this to anything else to trigger a rebuild 34 34 # - The rebuild will take place even if port is still the same ver 35 BUILDKEY="0 6"35 BUILDKEY="07" 36 36 37 37 export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY
