blob: c6a965eaa4b2294446f68c196264c84ac1769f9e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-Imakefile,v 1.2 2019/06/08 11:04:30 rillig Exp $
Add DESTDIR support
--- Imakefile.orig 2004-06-09 19:16:06.000000000 +0200
+++ Imakefile 2014-12-13 18:35:32.000000000 +0100
@@ -99,4 +99,4 @@
@echo "All files from ${HOMEDIR}"
install::
- cp -r locale ${HOMEDIR}
+ cp -r locale ${DESTDIR}${HOMEDIR}
|