fixed 'local VAR=$(ACTION) || ERROR' constructs; the 'local VAR=$(ACTION)'
[util-vserver.git] / util-vserver / build-all
index 1ed0180..9f3226f 100755 (executable)
@@ -57,7 +57,7 @@ case "$1" in
        $make
        exit
        ;;
-    debian-woody|debian-sarge|fc-1-90|fc-1|fc-2)
+    debian-woody|debian-sarge|fc-1-90|fc-1|fc-2|fc-3)
        cat util-vserver-"$2".tar.bz2 | \
            ssh $1 "cd /tmp && rm -rf /tmp/util-vserver-* && \
                    tar xjf - && cd util-vserver-$2 && \