Package: vmatch / 2.3.1+dfsg-9

common-distdir.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Use a common dist directory
Author: Sascha Steinbiss <satta@debian.org>
Last-Update: 2020-01-03
--- a/src/Makefile
+++ b/src/Makefile
@@ -6,9 +6,8 @@
   BIT=32bit
 endif
 VERSION:="`cat $(CURDIR)/VERSION`"
-SYSTEMNAME:="$(SYSTEM)_$(MACHINE)"
-VMATCHDISTBASENAME:="vmatch-$(VERSION)-$(SYSTEMNAME)-$(BIT)"
-DISTDIR:="$(CURDIR)/dist/$(SYSTEMNAME)"
+VMATCHDISTBASENAME:="vmatch"
+DISTDIR:="$(CURDIR)/dist"
 VMATCHDISTDIR:="$(DISTDIR)/$(VMATCHDISTBASENAME)"
 
 SELECTDIR=SELECT