Massive changes to allow installing pkgs in a chroot.
Some changes include: - Xstow is not used anymore, files are copied into masterdir. - a new target install-chroot has been created. - a new meta-template xbps-base-chroot has been created required for the install-chroot target. - Removed XBPS_SYSCONFDIR, /etc is used by default. Other changes that I cannot remember right now... --HG-- extra : convert_revision : fb57d9dafb56aeb03cc935580172e075ce584fd5
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
# Create $XBPS_SYSCONFDIR/ld.conf
|
||||
#
|
||||
$touch_cmd $XBPS_SYSCONFDIR/ld.so.conf
|
||||
# Create destdir/etc/ld.conf
|
||||
|
||||
mkdir -p $XBPS_DESTDIR/$pkgname-$version/etc
|
||||
touch $XBPS_DESTDIR/$pkgname-$version/etc/ld.so.conf
|
||||
|
||||
Reference in New Issue
Block a user