From 95bb27c165eded02b8e4370ffde77b485da7b880 Mon Sep 17 00:00:00 2001 From: 2Shirt <1923621+2Shirt@users.noreply.github.com> Date: Sat, 30 Dec 2017 15:10:19 -0700 Subject: [PATCH] Forgot a install_dir line --- Build Linux | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Build Linux b/Build Linux index a1d6a791..52ffc629 100755 --- a/Build Linux +++ b/Build Linux @@ -296,8 +296,7 @@ function build_iso() { # Build ISO prefix="$(< "$LIVE_DIR/airootfs/etc/hostname")" label="${KIT_NAME_SHORT}_LINUX" - install_dir="$(echo "${KIT_NAME_SHORT}linux" | tr "[:upper:]" "[:lower:]")" - "$LIVE_DIR/build.sh" -N "$prefix" -V "$DATE" -L "$label" -D "$install_dir" -w "$TEMP_DIR/Linux" -o "$OUT_DIR" -v | tee -a "$LOG_DIR/$DATETIME.log" + "$LIVE_DIR/build.sh" -N "$prefix" -V "$DATE" -L "$label" -w "$TEMP_DIR/Linux" -o "$OUT_DIR" -v | tee -a "$LOG_DIR/$DATETIME.log" # Cleanup echo "Removing temp files..."