summaryrefslogtreecommitdiff
path: root/math/gappa/patches/patch-Remakefile.in
blob: 15eae38075ff74a9e97daea8ee89b394ba81c940 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
$NetBSD: patch-Remakefile.in,v 1.2 2020/07/17 17:30:13 riastradh Exp $

Install to DESTDIR.

https://gitlab.inria.fr/gappa/gappa/-/commit/ba4dbb3ef66bbdd9d1f3d660a293515df0b57b43

--- Remakefile.in.orig	2019-05-24 12:52:39.000000000 +0000
+++ Remakefile.in
@@ -136,8 +136,8 @@ testsuite/clean:
 install:
 	prefix=@prefix@
 	exec_prefix=@exec_prefix@
-	mkdir -p @bindir@
-	cp src/gappa @bindir@
+	mkdir -p $(DESTDIR)@bindir@
+	cp src/gappa $(DESTDIR)@bindir@
 
 EXTRA_DIST = \
 	configure \