File: 0002-add-prefix-to-perl-install.patch

package info (click to toggle)
nkf 1%3A2.1.5-1.1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,496 kB
  • sloc: ansic: 22,612; perl: 548; makefile: 87; sh: 19; python: 9
file content (19 lines) | stat: -rw-r--r-- 377 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
From: Hideki Yamane <henrich@debian.org>
Date: Sat, 19 Nov 2016 20:44:51 +0900
Subject: add $prefix to perl install

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/Makefile
+++ b/Makefile
@@ -31,7 +31,7 @@
 
 perl:
 	( cd NKF.mod ; \
-	$(PERL) Makefile.PL  ; \
+	$(PERL) Makefile.PL PREFIX=$(prefix) INSTALLDIRS=vendor; \
 	make ; \
 	make test )