From 20cc26dcaac701a9975cf2b7681ae0e4e5658afd Mon Sep 17 00:00:00 2001 From: midipix Date: May 14 2016 13:28:34 +0000 Subject: account for the updated build system directory structure. --- diff --git a/sofort.sh b/sofort.sh index 313e3b6..c302928 100755 --- a/sofort.sh +++ b/sofort.sh @@ -125,6 +125,10 @@ for f in $files; do mv "$f".tmp "$f" || exit 2 done +# seven: sofort +mv "$dstdir/$project" "$dstdir/sofort" || exit 2 +cp "$srcdir/Makefile.in" "$dstdir" + # eight: finalize uppername=`echo "$project" | tr '[:lower:]' '[:upper:]'` utilcsrc=src/$project.c