Expand environment again for proprietary

This commit is contained in:
Fierelier 2022-05-23 08:17:35 +02:00
parent 87761b1169
commit 98018dc568

View File

@ -8,6 +8,7 @@ if
cd "$(dirname "$(realpath -s "$BASH_SOURCE")")" cd "$(dirname "$(realpath -s "$BASH_SOURCE")")"
source shell source shell
source "env-$1" source "env-$1"
source "env-proprietary"
#export OPUS_IMAGEDIR="/media/zram/$1" #export OPUS_IMAGEDIR="/media/zram/$1"
export OPUS_IMAGEDIR="$OPUS_OUTPUT/$1" export OPUS_IMAGEDIR="$OPUS_OUTPUT/$1"
make-base "$OPUS_IMAGEDIR" # Base image make-base "$OPUS_IMAGEDIR" # Base image