add missing regex

This commit is contained in:
Mario Fetka 2024-05-28 16:48:29 +02:00
parent 45939303f6
commit 5ccc070731
25 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,7 @@
#!/usr/tgcware/bin/bash
ARCHIE_VER=3.5
WORLD_ROOT=${PWD}
ARCHIE_ROOT="${WORLD_ROOT}/archie"
PROSPERO_ROOT="${WORLD_ROOT}/prospero"
@ -120,7 +122,6 @@ ln -sf Makefile.config.${SYSTYPE} Makefile.config
cp Makefile.in Makefile
make all_depend
make all
make install DESTDIR=${DEST_DIR}
cd ${WORLD_ROOT}
echo ""
@ -131,6 +132,5 @@ echo ""
cd ${ARCHIE_ROOT}
make all_depend
make all
make install DESTDIR=${DEST_DIR}
cd ${WORLD_ROOT}