File: use_install.patch

package info (click to toggle)
coq-dpdgraph 1.0%2B8.16-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 604 kB
  • sloc: ml: 686; makefile: 212
file content (15 lines) | stat: -rw-r--r-- 379 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: use install and $DESTDIR so things get properly installed
Author: Julien Puydt
Forwarded: yes

--- coq-dpdgraph.orig/Makefile.in
+++ coq-dpdgraph/Makefile.in
@@ -66,7 +66,7 @@
 
 install : Make_coq
 	$(MAKE) -f $< install
-	cp dpd2dot dpdusage $(BINDIR)/
+	install -D -t $(DESTDIR)$(BINDIR) dpd2dot dpdusage
 
 $(DPDPLUGIN) : Make_coq $(DISTRIBUTED)
 	$(ECHO_CIBLE)