File: 0002-change-linksem-install-dir.patch

package info (click to toggle)
linksem 0.8%2Bdfsg3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,376 kB
  • sloc: asm: 9,188; ansic: 5,856; ml: 2,918; yacc: 1,310; lex: 721; sh: 119; makefile: 63
file content (18 lines) | stat: -rw-r--r-- 608 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: change linksem install dir
Author: Bo YU <tsu.yubo@gmail.com> 
Forwarded: not-needed
Last-Update: 2024-03-15
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/src/no_ocamlbuild.mk
+++ b/src/no_ocamlbuild.mk
@@ -48,7 +48,8 @@
 	mv $(patsubst %.ml,%.cmt,$(ML_SOURCES)) "$(dir $@)"
 	cp META.$* "$(dir $@)"/META
 
-INSTALLDIR := $(shell ocamlfind printconf destdir)
+# Use default $(INSTALL) from debian/rules
+#INSTALLDIR := $(shell ocamlfind printconf destdir)
 LINKSEMRELEASE := 0.8
 LINKSEMVERSION := $(shell git describe --dirty --always || echo $(LINKSEMRELEASE))