From fc7103bb6e5a3ece20d33c752b70e86a45a54b76 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (lxpbuetowlap.united.domain)" Date: Sun, 16 Mar 2014 14:47:44 +0100 Subject: fix --- Makefile | 1 - 1 file changed, 1 deletion(-) 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. -- cgit v1.2.3