Changeset 1701 for pbibuild/modules/abiword
- Timestamp:
- 04/09/08 07:18:38 (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
r1150 r1701 1 1 /usr/local/bin/abiword bin/ 2 /usr/local/bin/AbiWord-2. 4bin/2 /usr/local/bin/AbiWord-2.6 bin/ 3 3 /usr/local/bin/ttfadmin.sh bin/ 4 4 /usr/local/bin/ttftool bin/ 5 /usr/local/share/AbiSuite-2. 4share/5 /usr/local/share/AbiSuite-2.6 share/ 6 6 /usr/local/share/applications/abiword.desktop share/applications/ -
pbibuild/modules/abiword/overlay-dir/PBI.RemoveScript.sh
r1152 r1701 8 8 ######################################### 9 9 rm -fR /usr/local/bin/abiword 10 rm -fR /usr/local/bin/AbiWord-2. 410 rm -fR /usr/local/bin/AbiWord-2.6 11 11 rm -fR /usr/local/bin/ttfadmin.sh 12 12 rm -fR /usr/local/bin/ttftool 13 rm -fR /usr/local/share/AbiSuite-2. 413 rm -fR /usr/local/share/AbiSuite-2.6 14 14 #rm -fR /usr/local/share/applications/abiword.desktop 15 15 if [ ! -z "$DISPLAY" ] -
pbibuild/modules/abiword/overlay-dir/PBI.SetupScript.sh
r1150 r1701 16 16 ######################################### 17 17 ln -s /Programs/${PROGDIR}/.sbin/abiword /usr/local/bin/abiword 18 ln -s /Programs/${PROGDIR}/.sbin/AbiWord-2. 4 /usr/local/bin/AbiWord-2.418 ln -s /Programs/${PROGDIR}/.sbin/AbiWord-2.6 /usr/local/bin/AbiWord-2.6 19 19 ln -s /Programs/${PROGDIR}/.sbin/ttfadmin.sh /usr/local/bin/ttfadmin.sh 20 20 ln -s /Programs/${PROGDIR}/.sbin/ttftool /usr/local/bin/ttftool 21 ln -s /Programs/${PROGDIR}/share/AbiSuite-2. 4 /usr/local/share/AbiSuite-2.421 ln -s /Programs/${PROGDIR}/share/AbiSuite-2.6 /usr/local/share/AbiSuite-2.6 22 22 #ln -s /Programs/${PROGDIR}/share/applications/abiword.desktop /usr/local/share/applications/abiword.desktop 23 23 -
pbibuild/modules/abiword/pbi.conf
r1403 r1701 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 3"35 BUILDKEY="04" 36 36 37 37 export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY
