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
This commit is contained in:
Juan RP 2008-09-27 03:47:22 +02:00
parent 3ec5d465e4
commit ccb854252d
1 changed files with 6 additions and 1 deletions

View File

@ -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.