fix #2 - Add a pkg++ configuration example file into chroot
This commit is contained in:
@ -36,6 +36,10 @@ fi
|
||||
# Set rc_sys="prefix" to not disturb systemd on current system
|
||||
sudo sed -e 's/#rc_sys=""/rc_sys="prefix"/g' -i "$DIR/etc/rc.conf"
|
||||
|
||||
# Insert pkg++ configuration in chroot
|
||||
sudo mkdir -p /opt/pkgxx/dev && \
|
||||
sudo cp "pkgxx.conf.example" "$DIR/etc/pkgxx.conf" || exit 1
|
||||
|
||||
# Launch chroot
|
||||
sh $DIR/enter-chroot ./build
|
||||
|
||||
|
Reference in New Issue
Block a user