Don't stow twice the origin package after xstow has been installed and stowned.
[pkgfs.git] / pkgfs.conf
blob28a53685aa91079419095945919e30fb04f80523
2 # Configuration file for pkgfs.
6 # Global master directory: this is where all symlinks will be
7 # created pointing at packages installed in PKGFS_DESTDIR.
9 PKGFS_MASTERDIR=$HOME/pkgfs
11 # Global destination dir: this is where all
12 # packages will be installed.
14 PKGFS_DESTDIR=$HOME/pkgfs/packages
17 # Global directory where source files will be extracted to.
19 PKGFS_BUILDDIR=$HOME/pkgfs/builddir
22 # Global directory where the source distfiles are stored.
24 PKGFS_SRC_DISTDIR=$HOME/pkgfs/distdir
27 # Global directory where templates and patches are stored.
29 PKGFS_TEMPLATESDIR=$HOME/pkgfs/templates
32 # Path to the xstow program.
34 PKGFS_XSTOW_CMD=$PKGFS_MASTERDIR/bin/xstow
37 # Compilation flags for cc and c++.
39 PKGFS_CFLAGS="-O2 -pipe"
40 PKGFS_CXXFLAGS="$PKGFS_CFLAGS"