9c0bce08df
from Alexandre Anriot <aanriot at atlantilde.com> ok maintainer
17 lines
611 B
Plaintext
17 lines
611 B
Plaintext
$OpenBSD: patch-Makefile_in,v 1.1 2005/06/23 20:36:39 sturm Exp $
|
|
--- Makefile.in.orig Fri Jun 17 20:24:58 2005
|
|
+++ Makefile.in Fri Jun 17 20:25:49 2005
|
|
@@ -24,9 +24,9 @@ top_builddir = .
|
|
|
|
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
|
INSTALL = @INSTALL@
|
|
-install_sh_DATA = $(install_sh) -c -m 644
|
|
-install_sh_PROGRAM = $(install_sh) -c
|
|
-install_sh_SCRIPT = $(install_sh) -c
|
|
+install_sh_DATA = $(BSD_INSTALL_DATA)
|
|
+install_sh_PROGRAM = $(BSD_INSTALL_PROGRAM)
|
|
+install_sh_SCRIPT = $(BSD_INSTALL_SCRIPT)
|
|
INSTALL_HEADER = $(INSTALL_DATA)
|
|
transform = $(program_transform_name)
|
|
NORMAL_INSTALL = :
|