From 02d2df0aef6eb51a3568200e4719ab484b1a4ec9 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Tue, 7 Jun 2011 16:50:49 +0200 Subject: remove unneded quotes in dist target Signed-off-by: Florian Pritz --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index aaf98e6..5717ec8 100644 --- a/Makefile +++ b/Makefile @@ -40,7 +40,7 @@ dist: all @[ -n "$(VERSION)" ] || (echo "Error: version detection failed"; exit 1) mkdir -p dist/fb-$(VERSION) cp -a fb-helper.c{,.in} fb{,.in} fb.pod fb.1 COPYING Makefile dist/fb-$(VERSION) - sed -i 's/^VERSION:=.*$$/VERSION:="'$(VERSION)'"/' dist/fb-$(VERSION)/Makefile + sed -i 's/^VERSION:=.*$$/VERSION:='$(VERSION)'/' dist/fb-$(VERSION)/Makefile cd dist; tar -czf fb-$(VERSION).tar.gz fb-$(VERSION) version: -- cgit v1.2.3-24-g4f1b