File: common-distdir.patch

package info (click to toggle)
vmatch 2.3.1%2Bgit20240412.b3b8ac0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 16,960 kB
  • sloc: ansic: 70,757; sh: 7,146; perl: 4,152; makefile: 1,162; xml: 642; awk: 563; ruby: 306; haskell: 288; sed: 60
file content (17 lines) | stat: -rw-r--r-- 486 bytes parent folder | download | duplicates (4)
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