FIX problem with permissions while installing on local
This commit is contained in:
parent
0c48114e3e
commit
71c113d0fe
@ -39,7 +39,7 @@ fi
|
|||||||
sudo sed -e 's/#rc_sys=""/rc_sys="prefix"/g' -i "$DIR/etc/rc.conf"
|
sudo sed -e 's/#rc_sys=""/rc_sys="prefix"/g' -i "$DIR/etc/rc.conf"
|
||||||
|
|
||||||
# Launch chroot
|
# Launch chroot
|
||||||
cp build $DIR/build && sh $DIR/enter-chroot /build || exit 1
|
sudo cp build $DIR/build && sh $DIR/enter-chroot /build || exit 1
|
||||||
|
|
||||||
# Insert pkg++ configuration in chroot
|
# Insert pkg++ configuration in chroot
|
||||||
sudo mkdir -p "$DIR/opt/pkgxx/dev" && \
|
sudo mkdir -p "$DIR/opt/pkgxx/dev" && \
|
||||||
|
Loading…
Reference in New Issue
Block a user