[PC-BSD Commits] r3900 - in pbibuild/modules/officeviewer: . overlay-dir
svn at pcbsd.org
svn at pcbsd.org
Wed May 13 08:42:29 PDT 2009
Author: kris
Date: 2009-05-13 08:42:28 -0700 (Wed, 13 May 2009)
New Revision: 3900
Removed:
pbibuild/modules/officeviewer/overlay-dir/OFFICEVIEW/
pbibuild/modules/officeviewer/overlay-dir/msttf/
Modified:
pbibuild/modules/officeviewer/build.sh
Log:
SVN cleanup of officeviewer
Modified: pbibuild/modules/officeviewer/build.sh
===================================================================
--- pbibuild/modules/officeviewer/build.sh 2009-05-13 14:59:49 UTC (rev 3899)
+++ pbibuild/modules/officeviewer/build.sh 2009-05-13 15:42:28 UTC (rev 3900)
@@ -31,3 +31,14 @@
mv ${MODFILE}.tmp ${MODFILE}
chmod 755 ${MODFILE}
+
+# Download the wine package
+cd ${PBIDIR}/
+fetch ftp://ftp.pcbsd.org/pub/autobuildpkgs/officeviewer/OFFICEVIEW.tar.bz2
+tar xvjf OFFICEVIEW.tar.bz2
+rm OFFICEVIEW.tar.bz2
+
+fetch ftp://ftp.pcbsd.org/pub/autobuildpkgs/msttf/msttf.tar.bz2
+tar xvjf msttf.tar.bz2
+rm msttf.tar.bz2
+
More information about the Commits
mailing list