Changeset 1152 for pbibuild/modules/abiword
- Timestamp:
- 01/14/08 06:18:45 (11 months ago)
- Location:
- pbibuild/modules/abiword
- Files:
-
- 2 modified
-
overlay-dir/PBI.RemoveScript.sh (modified) (1 diff)
-
pbi.conf (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pbibuild/modules/abiword/overlay-dir/PBI.RemoveScript.sh
r1150 r1152 22 22 for i in `ls` 23 23 do 24 if [ -e "/home/${i}/. abiword" ]24 if [ -e "/home/${i}/.AbiSuite" ] 25 25 then 26 rm -rf /home/${i}/. abiword26 rm -rf /home/${i}/.AbiSuite 27 27 fi 28 28 done -
pbibuild/modules/abiword/pbi.conf
r1150 r1152 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 1"35 BUILDKEY="02" 36 36 37 37 export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY
