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:
parent
3ec5d465e4
commit
ccb854252d
|
@ -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
|
# Global destination dir: this is where all
|
||||||
# packages will be installed.
|
# packages will be installed.
|
||||||
#
|
#
|
||||||
PKGFS_DESTDIR=$HOME/pkgfs/depot
|
PKGFS_DESTDIR=$HOME/pkgfs/depot/packages
|
||||||
|
|
||||||
#
|
#
|
||||||
# Global directory where source files will be extracted to.
|
# Global directory where source files will be extracted to.
|
||||||
|
|
Loading…
Reference in New Issue