From 375febf62ad5119d7f367724226d0fd8aee6b499 Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Mon, 3 Nov 2008 14:16:29 +0100 Subject: var_TARGET_DIR fixes + todo updates --- src/core/procedures/interactive | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/core/procedures/interactive b/src/core/procedures/interactive index bd82258..2a187dd 100644 --- a/src/core/procedures/interactive +++ b/src/core/procedures/interactive @@ -135,14 +135,14 @@ configure_system() # /etc/pacman.d/mirrorlist # add installer-selected mirror to the top of the mirrorlist if [ "$MODE" = "ftp" -a "${SYNC_URL}" != "" ]; then - awk "BEGIN { printf(\"# Mirror used during installation\nServer = "${SYNC_URL}"\n\n\") } 1 " "${TARGET_DIR}/etc/pacman.d/mirrorlist" + awk "BEGIN { printf(\"# Mirror used during installation\nServer = "${SYNC_URL}"\n\n\") } 1 " "${var_TARGET_DIR}/etc/pacman.d/mirrorlist" fi # /etc/rc.conf # insert timezone and utc info sed -i -e "s/^TIMEZONE=.*/TIMEZONE=\"$TIMEZONE\"/g" \ -e "s/^HARDWARECLOCK=.*/HARDWARECLOCK=\"$HARDWARECLOCK\"/g" \ - ${TARGET_DIR}/etc/rc.conf + ${var_TARGET_DIR}/etc/rc.conf fi -- cgit v1.2.3-54-g00ecf