Skip to content

Commit

Permalink
Ensure variables are set. Requested-by: Ermal
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Ullrich committed Sep 14, 2010
1 parent 4fd9ecf commit 0c68d88
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions installer/conf/build.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
# NOTE: There should be NO NEED to edit this file directly!
# Instead, create a file build.conf with your own overrides.

CVSDIR=${CVSDIR:-/home/pfsense/installer} # local cvs checkout dir
CVSDIR=${CVSDIR:-/home/pfsense/installer} # local cvs checkout dir
CVSMODULE=${CVSMODULE:-installer} # cvs module name

TMPDIR=${TMPDIR:-/tmp} # dir for temp files
NRELEASEDIR=${NRELEASEDIR:-/usr/src/nrelease} # where 'nrelease' lives
PORTSDIR=${PORTSDIR:-/usr/ports} # system ports dir
DISTFILESDIR=${DISTFILESDIR:-${PORTSDIR}/distfiles} # distfiles dir
PACKAGESDIR=${PACKAGESDIR:-${PORTSDIR}/packages/All} # pkgs dir
PORTSDIR=/usr/ports # system ports dir
DISTFILESDIR=${PORTSDIR}/distfiles # distfiles dir
PACKAGESDIR=${PORTSDIR}/packages/All # pkgs dir
ISOROOT=${ISOROOT:-/usr/release/root} # root of ISO-to-be tree
PORTS_FLAGS=${PORTS_FLAGS:-} # additional flags/vars

Expand Down

0 comments on commit 0c68d88

Please sign in to comment.