From 7dc1c84031840d1c3a066b98d3c2b90de40b284a Mon Sep 17 00:00:00 2001 From: ceriel Date: Tue, 24 Feb 1987 16:36:22 +0000 Subject: [PATCH] Adapted to new distr3 --- distr/mkf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/distr/mkf b/distr/mkf index 145a2e328..2d8faace3 100755 --- a/distr/mkf +++ b/distr/mkf @@ -1,10 +1,10 @@ -if co -q -rdistr2 $DESTDIR/$1/$2 >/dev/null 2>&1 +if co -q -rdistr3 $DESTDIR/$1/$2 >/dev/null 2>&1 then chmod +w $DESTDIR/$1/$2 elif co -q $DESTDIR/$1/$2 >/dev/null 2>&1 then chmod +w $DESTDIR/$1/$2 - echo -- $1/$2 no distr2 yet + echo -- $1/$2 no distr3 yet elif grep LIST .distr >/dev/null 2>&1 && (test "$2" = "`head -1 $DESTDIR/$1/LIST`") >/dev/null 2>&1 && ${DA-false} "$1" "$2" -- 2.34.1