summaryrefslogtreecommitdiffhomepage
path: root/sofort.sh
diff options
context:
space:
mode:
Diffstat (limited to 'sofort.sh')
-rwxr-xr-xsofort.sh4
1 files changed, 4 insertions, 0 deletions
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