From 5b7e1029fb7af0d235a6e79ba6c8b21f7118b589 Mon Sep 17 00:00:00 2001 From: peter Date: Thu, 26 Sep 1996 14:22:32 +0000 Subject: Remove the nuke of /usr/lib/libgnumalloc*, this is closer to "How It Was Before", hopefully it won't cause as much hassle. This now entirely confines it's activities to /usr/lib/compat/lib{fake,}gnumalloc.so.2.0 --- lib/libgnumalloc/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'lib/libgnumalloc') diff --git a/lib/libgnumalloc/Makefile b/lib/libgnumalloc/Makefile index 967f691..4a06bbd 100644 --- a/lib/libgnumalloc/Makefile +++ b/lib/libgnumalloc/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.4 1996/09/02 13:15:00 phk Exp $ +# $Id: Makefile,v 1.5 1996/09/19 09:36:43 peter Exp $ LIB= fakegnumalloc SHLIBDIR= ${LIBDIR}/compat @@ -9,12 +9,11 @@ SHLIB_MINOR= 0 SRCS= fakegnumalloc.c afterinstall: - rm -f ${DESTDIR}${LIBDIR}/libgnumalloc* - rm -f ${DESTDIR}${SHLIBDIR}/libgnumalloc* for i in ${DESTDIR}/var/db/pkg/gnumalloc* ; do \ if [ -d $$i ] ; then exit 0 ; fi ; \ done && \ ( cd ${DESTDIR}${SHLIBDIR} && \ + rm -f libgnumalloc.so.${SHLIB_MAJOR}.${SHLIB_MINOR} && \ ln -fs libfakegnumalloc.so.${SHLIB_MAJOR}.${SHLIB_MINOR} \ libgnumalloc.so.${SHLIB_MAJOR}.${SHLIB_MINOR} ) -- cgit v1.1