mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
12 lines
320 B
Plaintext
12 lines
320 B
Plaintext
$NetBSD: patch-Imakefile,v 1.1 2015/01/17 14:48:56 bsiegert 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}
|
|
|