summaryrefslogtreecommitdiff
path: root/net/sacc/files/patch-Makefile
blob: 6ed816528ebb1912afb9e0488ae53b112941705f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- Makefile.orig	2023-11-28 19:03:10.851119000 +0200
+++ Makefile	2023-11-28 19:03:30.393321000 +0200
@@ -9,8 +9,7 @@
 OBJ = $(BIN:=.o) ui_$(UI).o io_$(IO).o
 
 GETVER = $$(git rev-parse --is-inside-work-tree >/dev/null 2>&1 \
-	&& git describe --tags \
-	|| echo $(DEFVERSION))
+	&& echo $(DEFVERSION))
 
 all: $(BIN)