diff --git a/autodist-cgi b/autodist-cgi index 480922d..21cfdff 100755 --- a/autodist-cgi +++ b/autodist-cgi @@ -120,7 +120,7 @@ for i in `seq 0 ${#AUTOPORT_ARCH[*]}`; do AUTODISTSTATEFILE="$AUTOPORTLOGDIR/autoport-$r-current" elif [ "${AUTOPORT_NATIVE[$i]}" ]; then LOGFILE="/var/autodist/log/autoport-native-$r-${AUTOPORT_ARCH[$i]}.log" - LASTLOGFILE="/var/autodist/log/log/autoport-native-$r-${AUTOPORT_ARCH[$i]}-last.log" + LASTLOGFILE="/var/autodist/log/autoport-native-$r-${AUTOPORT_ARCH[$i]}-last.log" AUTODISTLOGFILE="$AUTOPORTLOGDIR/${AUTOPORT_ARCH[$i]}/$r-current.log" AUTODISTSTATEFILE="$AUTOPORTLOGDIR/autoport-$r-current" elif [ "${AUTOPORT_CROSS[$i]}" ]; then