Skip to content

Commit e6ecf91

Browse files
fix: correct config_dir variable name in build script
1 parent be1a6a9 commit e6ecf91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

TrumpOS/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ echo " ✓ TrumpOS branding applied"
118118
echo "[4/5] Building final ISO with mkarchiso..."
119119
# Create the mkarchiso config file on‑the‑fly
120120
CONFIG_DIR="$WORK/archiso-config"
121-
mkdir -p "$config_dir"
121+
mkdir -p "$CONFIG_DIR"
122122
cat > "$WORK/mkarchiso.conf" <<'EOF'
123123
# ----------------------------------------------
124124
# mkarchiso configuration – identical to the one used by AcreetionOS

0 commit comments

Comments
 (0)