diff options
author | hubertf <hubertf> | 1998-02-09 00:09:25 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1998-02-09 00:09:25 +0000 |
commit | f12f130182cd8e368ef4a5beba564d6ae92a7321 (patch) | |
tree | 78a7fa4980cbe246cee22c8e0be9206a4e994a14 /mbone/imm/patches | |
parent | 6cfd2342a8aeb67864983942ade19d47e8f0b9cf (diff) | |
download | pkgsrc-f12f130182cd8e368ef4a5beba564d6ae92a7321.tar.gz |
Fix stripping of binaries (caused by fixing PR4884)
Diffstat (limited to 'mbone/imm/patches')
-rw-r--r-- | mbone/imm/patches/patch-ad | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/mbone/imm/patches/patch-ad b/mbone/imm/patches/patch-ad index e2a84a7aa87..54d2f527d7d 100644 --- a/mbone/imm/patches/patch-ad +++ b/mbone/imm/patches/patch-ad @@ -1,5 +1,5 @@ --- Makefile.orig Mon Feb 10 16:56:48 1997 -+++ Makefile Mon Nov 24 15:19:47 1997 ++++ Makefile Sun Feb 8 12:17:31 1998 @@ -1,9 +1,9 @@ ################################## # Common Area @@ -26,3 +26,12 @@ all linux: +@@ -61,7 +61,7 @@ + + ############## + # common defines +-INSTALL=cp ++INSTALL=${INSTALL_PROGRAM} + VERSION=36a1 + EXECS=imm immserv mnm mdpsniff + |