From ccb854252dbd05b0151d25480c2ff3e2af2767d6 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 27 Sep 2008 03:47:22 +0200 Subject: [PATCH] Introduce PKGFS_MASTERDIR. It is used as master directory on where all symlinks will be created pointing at packages installed on PKGFS_DESTDIR. Not used yet, but will be soon. --HG-- extra : convert_revision : c45fa6512917016c04f83ca44e0c2b74b0b48915 --- pkgfs.conf | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pkgfs.conf b/pkgfs.conf index 08c7e05bc60..97353be6857 100644 --- a/pkgfs.conf +++ b/pkgfs.conf @@ -3,10 +3,15 @@ # # +# Global master directory: this is where all symlinks will be +# created pointing at packages installed in PKGFS_DESTDIR. +# +PKGFS_MASTERDIR=$HOME/pkgfs/depot + # Global destination dir: this is where all # packages will be installed. # -PKGFS_DESTDIR=$HOME/pkgfs/depot +PKGFS_DESTDIR=$HOME/pkgfs/depot/packages # # Global directory where source files will be extracted to.