[PC-BSD Commits] r3920 - in pbibuild/modules/totalcommander: . overlay-dir
svn at pcbsd.org
svn at pcbsd.org
Wed May 13 11:03:09 PDT 2009
Author: kris
Date: 2009-05-13 11:03:09 -0700 (Wed, 13 May 2009)
New Revision: 3920
Removed:
pbibuild/modules/totalcommander/overlay-dir/totalcmd/
Modified:
pbibuild/modules/totalcommander/build.sh
Log:
SVN cleanup of totalcommander
Modified: pbibuild/modules/totalcommander/build.sh
===================================================================
--- pbibuild/modules/totalcommander/build.sh 2009-05-13 17:59:34 UTC (rev 3919)
+++ pbibuild/modules/totalcommander/build.sh 2009-05-13 18:03:09 UTC (rev 3920)
@@ -13,3 +13,10 @@
sed -e "s,CHANGEME,${PORTVER},g" ${PBIDIR}/bin/totalcommander > /tmp/totalcommander
mv /tmp/totalcommander ${PBIDIR}/bin/totalcommander
chmod 755 ${PBIDIR}/bin/totalcommander
+
+# Download the wine package
+cd ${PBIDIR}/
+fetch ftp://ftp.pcbsd.org/pub/autobuildpkgs/totalcommander/totalcmd.tar.bz2
+tar xvjf totalcmd.tar.bz2
+rm totalcmd.tar.bz2
+
More information about the Commits
mailing list