[PC-BSD Commits] r1852 - pbibuild/modules/gpredict
svn at pcbsd.org
svn at pcbsd.org
Wed May 7 06:03:24 PDT 2008
Author: kris
Date: 2008-05-07 06:03:23 -0700 (Wed, 07 May 2008)
New Revision: 1852
Modified:
pbibuild/modules/gpredict/preportmake.sh
Log:
Fixed up a build problem with gpredict, will now mount devfs before building
Modified: pbibuild/modules/gpredict/preportmake.sh
===================================================================
--- pbibuild/modules/gpredict/preportmake.sh 2008-05-07 11:00:38 UTC (rev 1851)
+++ pbibuild/modules/gpredict/preportmake.sh 2008-05-07 13:03:23 UTC (rev 1852)
@@ -1,4 +1,9 @@
#!/bin/sh
+
+mount -t devfs devfs /dev
+
mkdir -p /usr/ports/distfiles
cd /usr/ports/ftp/curl
-make install
\ No newline at end of file
+make install
+
+umount /dev
More information about the Commits
mailing list