[PC-BSD Commits] r1766 - in pbibuild/modules/abiword: . overlay-dir
svn at pcbsd.org
svn at pcbsd.org
Thu Apr 24 12:49:19 PDT 2008
Author: kris
Date: 2008-04-24 12:49:18 -0700 (Thu, 24 Apr 2008)
New Revision: 1766
Modified:
pbibuild/modules/abiword/overlay-dir/PBI.SetupScript.sh
pbibuild/modules/abiword/pbi.conf
Log:
Fixed abiword missing the share/ directory
Modified: pbibuild/modules/abiword/overlay-dir/PBI.SetupScript.sh
===================================================================
--- pbibuild/modules/abiword/overlay-dir/PBI.SetupScript.sh 2008-04-24 18:05:12 UTC (rev 1765)
+++ pbibuild/modules/abiword/overlay-dir/PBI.SetupScript.sh 2008-04-24 19:49:18 UTC (rev 1766)
@@ -19,7 +19,7 @@
ln -s /Programs/${PROGDIR}/.sbin/ttftool /usr/local/bin/ttftool
cd /Programs/${PROGDIR}/share
-ABIDIR="`ls -d abiword-`"
+ABIDIR="`ls -d abiword-*`"
ln -s /Programs/${PROGDIR}/share/$ABIDIR /usr/local/share/$ABIDIR
#ln -s /Programs/${PROGDIR}/share/applications/abiword.desktop /usr/local/share/applications/abiword.desktop
Modified: pbibuild/modules/abiword/pbi.conf
===================================================================
--- pbibuild/modules/abiword/pbi.conf 2008-04-24 18:05:12 UTC (rev 1765)
+++ pbibuild/modules/abiword/pbi.conf 2008-04-24 19:49:18 UTC (rev 1766)
@@ -32,6 +32,6 @@
# Build Key - Change this to anything else to trigger a rebuild
# - The rebuild will take place even if port is still the same ver
-BUILDKEY="24"
+BUILDKEY="14"
export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY
More information about the Commits
mailing list