[scripts] move hardcoded "/sabayon" path to SABAYON_MOLECULE_HOME env var
This commit is contained in:
@@ -1,9 +1,14 @@
|
||||
#!/bin/sh
|
||||
PKGS_DIR="/sabayon/pkgcache"
|
||||
|
||||
# Path to molecules.git dir
|
||||
SABAYON_MOLECULE_HOME="${SABAYON_MOLECULE_HOME:-/sabayon}"
|
||||
export SABAYON_MOLECULE_HOME
|
||||
|
||||
PKGS_DIR="${SABAYON_MOLECULE_HOME}/pkgcache"
|
||||
CHROOT_PKGS_DIR="${CHROOT_DIR}/var/lib/entropy/client/packages"
|
||||
|
||||
# load common stuff
|
||||
. /sabayon/scripts/remaster_post_common.sh
|
||||
. "${SABAYON_MOLECULE_HOME}"/scripts/remaster_post_common.sh
|
||||
|
||||
# make sure to not leak /proc
|
||||
umount "${CHROOT_DIR}/proc" &> /dev/null
|
||||
|
||||
Reference in New Issue
Block a user