Bah, use the correct variable for PATH and fix previous.
[pkgfs.git] / pkgfs.conf
blob08c7e05bc60a8acd76592ab52e1f68702efe4e2f
2 # Configuration file for pkgfs.
6 # Global destination dir: this is where all
7 # packages will be installed.
9 PKGFS_DESTDIR=$HOME/pkgfs/depot
12 # Global directory where source files will be extracted to.
14 PKGFS_BUILDDIR=$HOME/pkgfs/builddir
17 # Global directory where the source distfiles are stored.
19 PKGFS_SRC_DISTDIR=$HOME/pkgfs/distdir
22 # Compilation flags for cc and c++.
24 PKGFS_CFLAGS="-O2 -pipe"
25 PKGFS_CXXFLAGS="$PKGFS_CFLAGS"
28 # END