summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 5e4e26b..00639a4 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
VERSION := 3.4.1
-sysconfdir ?= /etc/lbu
+sysconfdir ?= /etc/lbu
PREFIX ?=
@@ -36,10 +36,10 @@ ETC_LBU_FILES := lbu.conf
GIT_REV := $(shell test -d .git && git describe || echo exported)
ifneq ($(GIT_REV), exported)
-FULL_VERSION := $(patsubst $(PACKAGE)-%,%,$(GIT_REV))
-FULL_VERSION := $(patsubst v%,%,$(FULL_VERSION))
+FULL_VERSION := $(patsubst $(PACKAGE)-%,%,$(GIT_REV))
+FULL_VERSION := $(patsubst v%,%,$(FULL_VERSION))
else
-FULL_VERSION := $(VERSION)
+FULL_VERSION := $(VERSION)
endif
@@ -88,4 +88,3 @@ uninstall:
clean:
rm -rf $(SCRIPTS) $(BIN_FILES)
-