diff --git a/scripts/remaster_post_common.sh b/scripts/remaster_post_common.sh index 29eb0d0..67282d6 100755 --- a/scripts/remaster_post_common.sh +++ b/scripts/remaster_post_common.sh @@ -2,7 +2,7 @@ # BUILDING_DAILY is set in scripts/daily_iso_build.sh if [ -z "${BUILDING_DAILY}" ]; then # only the first occurence - local repo_conf="${CHROOT_DIR}/etc/entropy/repositories.conf" + repo_conf="${CHROOT_DIR}/etc/entropy/repositories.conf" sed -i "/^repository =/ s/sabayonlinux.org/sabayon-weekly/" "${repo_conf}" || exit 1 sed -i "/^officialrepositoryid/ s/sabayonlinux.org/sabayon-weekly/" "${repo_conf}" || exit 1 sed -i "/^official-repository-id/ s/sabayonlinux.org/sabayon-weekly/" "${repo_conf}" || exit 1