From c1823fbf10c37c4ba542a4fa2006b4dfaf00a226 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (mars.fritz.box)" Date: Sun, 2 Mar 2014 13:39:11 +0100 Subject: fix version string --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bc5f076..13d8f41 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ all: version documentation build # Builds the project. Since this is only a fake project, it just copies a script. build: cp -p ./src/$(NAME) bin/$(NAME) - sed -i 's/VERSION_DEVEL/$$(cat .version)/' bin/$(NAME) + sed -i "s/VERSION_DEVEL/$$(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