summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow (lxpbuetowlap.united.domain) <paul.buetow@1und1.de>2014-03-16 14:47:44 +0100
committerPaul Buetow (lxpbuetowlap.united.domain) <paul.buetow@1und1.de>2014-03-16 14:47:44 +0100
commitfc7103bb6e5a3ece20d33c752b70e86a45a54b76 (patch)
tree80ac1efd24aab9cb5f116875f9a03d289889e14c
parenteb2bdba0d89c81c25b728f6aecbb4a423b60494b (diff)
fix
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e9bc7dd..141732f 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,6 @@ all: version documentation build
build:
cp -p ./src/$(NAME) bin/$(NAME)
sed -i "s/VERSION_DEVEL/$$(cat .version)/" bin/$(NAME)
- echo "echo This is version $$(cat .version)" >> bin/$(NAME)
# 'install' installes a fake-root, which will be used to build the Debian package
# $DESTDIR is actually set by the Debian tools.