summaryrefslogtreecommitdiffhomepage
path: root/sofort.sh
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2015-12-16 10:53:49 -0500
committermidipix <writeonce@midipix.org>2015-12-16 10:53:49 -0500
commiteac92e3827000889415ae019ec0d4fa2ec87557f (patch)
tree174a13695670793ed3fb5b31de2a8203a7994872 /sofort.sh
parent333bf0f71734c6e8f3c0d6e419f282c968efc7ae (diff)
downloadsofort-eac92e3827000889415ae019ec0d4fa2ec87557f.tar.bz2
sofort-eac92e3827000889415ae019ec0d4fa2ec87557f.tar.xz
added HOWTO text.
Diffstat (limited to 'sofort.sh')
-rwxr-xr-xsofort.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/sofort.sh b/sofort.sh
index 72fdc19..59369d9 100755
--- a/sofort.sh
+++ b/sofort.sh
@@ -105,7 +105,8 @@ done
cp "$srcdir"/COPYING.SOFORT "$dstdir" || exit 2
cp "$srcdir"/src/internal/argv/argv.h "$dstdir"/src/internal/argv || exit 2
-# seven: remove dummy interfaces
+# seven: remove howto text and dummy interfaces
+rm "$dstdir"/HOWTO || exit 2
rm "$dstdir"/src/output/* || exit 2
recipe="$dstdir"/project/common.mk