From: ewt Date: Thu, 20 Jun 1996 00:57:23 +0000 (+0000) Subject: fixed shlib link rule X-Git-Tag: 0-1~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e6b388ab705f774ab628a6119ed166760996ea7;p=thirdparty%2Fnewt.git fixed shlib link rule --- diff --git a/Makefile b/Makefile index 4e498e2..e0833c6 100644 --- a/Makefile +++ b/Makefile @@ -72,7 +72,7 @@ install: $(LIBNEWT) install-sh: shared install -m 755 -o 0 -g 0 $(LIBNEWTSH) $(libdir) - ln -s $(LIBNEWTSH) $(libdir)/libnewt.so + ln -sf $(LIBNEWTSH) $(libdir)/libnewt.so /sbin/ldconfig archive: