Module Name:    src
Committed By:   christos
Date:           Tue May 19 20:27:50 UTC 2009

Modified Files:
        src/compat: Makefile.compat

Log Message:
we need SHLINKINSTALLDIR to be /libexec for /bin and /sbin binaries.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/compat/Makefile.compat

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/compat/Makefile.compat
diff -u src/compat/Makefile.compat:1.4 src/compat/Makefile.compat:1.5
--- src/compat/Makefile.compat:1.4	Thu Mar 12 13:16:58 2009
+++ src/compat/Makefile.compat	Tue May 19 16:27:50 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.compat,v 1.4 2009/03/12 17:16:58 abs Exp $
+#	$NetBSD: Makefile.compat,v 1.5 2009/05/19 20:27:50 christos Exp $
 
 COPTS+=			-m32
 CPUFLAGS+=		-m32
@@ -40,7 +40,7 @@
 LIBC_DIR=	${NETBSDSRCDIR}/compat/lib/libc
 
 # ld.elf_so
-SHLINKINSTALLDIR=	/usr/libexec
+SHLINKINSTALLDIR=	/libexec
 
 # XXX
 EXTRALIBDIRS=	${DESTDIR}${LIBDIR} ${DESTDIR}${LIBDIR}/i18n ${DESTDIR}${LIBDIR}/security

Reply via email to