Changeset 1745
- Timestamp:
- 04/21/08 11:59:14 (8 months ago)
- Location:
- pbibuild/modules/abiword
- Files:
-
- 4 modified
-
copy-files (modified) (1 diff)
-
overlay-dir/PBI.RemoveScript.sh (modified) (1 diff)
-
overlay-dir/PBI.SetupScript.sh (modified) (1 diff)
-
pbi.conf (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pbibuild/modules/abiword/copy-files
r1701 r1745 1 1 /usr/local/bin/abiword bin/ 2 /usr/local/bin/AbiWord-2.6 bin/3 2 /usr/local/bin/ttfadmin.sh bin/ 4 3 /usr/local/bin/ttftool bin/ 5 /usr/local/share/ AbiSuite-2.6share/4 /usr/local/share/abiword-* share/ 6 5 /usr/local/share/applications/abiword.desktop share/applications/ -
pbibuild/modules/abiword/overlay-dir/PBI.RemoveScript.sh
r1701 r1745 8 8 ######################################### 9 9 rm -fR /usr/local/bin/abiword 10 rm -fR /usr/local/bin/AbiWord-2.611 10 rm -fR /usr/local/bin/ttfadmin.sh 12 11 rm -fR /usr/local/bin/ttftool 13 rm -fR /usr/local/share/ AbiSuite-2.612 rm -fR /usr/local/share/abiword-* 14 13 #rm -fR /usr/local/share/applications/abiword.desktop 15 14 if [ ! -z "$DISPLAY" ] -
pbibuild/modules/abiword/overlay-dir/PBI.SetupScript.sh
r1701 r1745 16 16 ######################################### 17 17 ln -s /Programs/${PROGDIR}/.sbin/abiword /usr/local/bin/abiword 18 ln -s /Programs/${PROGDIR}/.sbin/AbiWord-2.6 /usr/local/bin/AbiWord-2.619 18 ln -s /Programs/${PROGDIR}/.sbin/ttfadmin.sh /usr/local/bin/ttfadmin.sh 20 19 ln -s /Programs/${PROGDIR}/.sbin/ttftool /usr/local/bin/ttftool 21 ln -s /Programs/${PROGDIR}/share/AbiSuite-2.6 /usr/local/share/AbiSuite-2.6 20 21 cd /Programs/${PROGDIR}/share 22 ABIDIR="`ls -d abiword-`" 23 24 ln -s /Programs/${PROGDIR}/share/$ABIDIR /usr/local/share/$ABIDIR 22 25 #ln -s /Programs/${PROGDIR}/share/applications/abiword.desktop /usr/local/share/applications/abiword.desktop 23 26 -
pbibuild/modules/abiword/pbi.conf
r1701 r1745 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=" 04"35 BUILDKEY="24" 36 36 37 37 export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY
