root/pbibuild/modules/gpredict/preportmake.sh

Revision 1852, 117 bytes (checked in by kris, 4 months ago)

Fixed up a build problem with gpredict, will now mount devfs before building

  • Property svn:executable set to *
Line 
1#!/bin/sh
2
3mount -t devfs devfs /dev
4
5mkdir -p /usr/ports/distfiles
6cd /usr/ports/ftp/curl
7make install
8
9umount /dev
Note: See TracBrowser for help on using the browser.