xbps-src: remove XBPS_DESTDIR from conf file.
Rather than make it configurable, put this always under XBPS_MASTERDIR/pkg-destdir, so you don't have to care about it anymore. --HG-- extra : convert_revision : 34cc3102272bfcf95b2fc3a8961cb9cb2429ab91
This commit is contained in:
@@ -14,17 +14,10 @@ XBPS_INSTALLDIR=@@XBPS_INSTALL_PREFIX@@
|
||||
XBPS_DISTRIBUTIONDIR=$HOME/xbps-templates
|
||||
|
||||
#
|
||||
# Master directory: this is where all packages files are copied from
|
||||
# XBPS_DESTDIR, to resolve dependencies.
|
||||
# Chroot master directory.
|
||||
#
|
||||
XBPS_MASTERDIR=$XBPS_DISTRIBUTIONDIR/masterdir
|
||||
|
||||
#
|
||||
# Destination directory: this is where all package files will be
|
||||
# installed.
|
||||
#
|
||||
XBPS_DESTDIR=$XBPS_DISTRIBUTIONDIR/destdir
|
||||
|
||||
#
|
||||
# Binary packages directory: this is where the binary packages will
|
||||
# be created to.
|
||||
|
||||
Reference in New Issue
Block a user