Modified for 4th distribution

This commit is contained in:
ceriel
1988-08-01 09:00:03 +00:00
parent 0768c4d4f1
commit 905907f304
8 changed files with 63 additions and 24 deletions

View File

@@ -9,8 +9,3 @@ then
else
echo ++ $1/$2 not present
fi
case $2 in
LIST) if (test -r $DESTDIR/$1/`head -1 $DESTDIR/$1/LIST`) >/dev/null 2>&1
then echo ++ LIST files must be in .distr before their libraries!!!
fi ;;
esac