[PC-BSD Commits] r3888 - in pbibuild/modules/commandandconquer-GDI: . overlay-dir
svn at pcbsd.org
svn at pcbsd.org
Wed May 13 06:16:59 PDT 2009
Author: kris
Date: 2009-05-13 06:16:59 -0700 (Wed, 13 May 2009)
New Revision: 3888
Removed:
pbibuild/modules/commandandconquer-GDI/overlay-dir/GDI/
pbibuild/modules/commandandconquer-GDI/overlay-dir/msttf/
Modified:
pbibuild/modules/commandandconquer-GDI/build.sh
Log:
SVN cleanup for cnc-GDI
Modified: pbibuild/modules/commandandconquer-GDI/build.sh
===================================================================
--- pbibuild/modules/commandandconquer-GDI/build.sh 2009-05-13 13:11:32 UTC (rev 3887)
+++ pbibuild/modules/commandandconquer-GDI/build.sh 2009-05-13 13:16:59 UTC (rev 3888)
@@ -17,3 +17,13 @@
# Fetch the ISO from the web for inclusion into this PBI
cd ${PBIDIR}/GDI/drive_c/windows/temp
fetch ftp://ftp.pcbsd.org/pub/autobuildpkgs/GDI95.iso
+
+# Download the wine package
+cd ${PBIDIR}/
+fetch ftp://ftp.pcbsd.org/pub/autobuildpkgs/commandandconquer-GDI/GDI.tar.bz2
+tar xvjf GDI.tar.bz2
+rm GDI.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