--- tcp_wrappers_7.6.org/Makefile 2006-04-09 14:52:06.000000000 +0200 +++ tcp_wrappers_7.6/Makefile 2006-04-09 14:54:59.000000000 +0200 @@ -768,9 +768,9 @@ install: install-lib install-bin install-dev install-lib: - install -o root -g root -m 0755 $(SHLIB) ${DESTDIR}/usr/lib/ - ln -sf $(notdir $(SHLIB)) ${DESTDIR}/usr/lib/$(notdir $(SHLIBSOMAJ)) - ln -sf $(notdir $(SHLIBSOMAJ)) ${DESTDIR}/usr/lib/$(notdir $(SHLIBSO)) + install -o root -g root -m 0755 $(SHLIB) ${DESTDIR}/usr/${LIBDIR}/ + ln -sf $(notdir $(SHLIB)) ${DESTDIR}/usr/${LIBDIR}/$(notdir $(SHLIBSOMAJ)) + ln -sf $(notdir $(SHLIBSOMAJ)) ${DESTDIR}/usr/${LIBDIR}/$(notdir $(SHLIBSO)) install-bin: install -o root -g root -m 0755 tcpd ${DESTDIR}/usr/sbin/ @@ -789,7 +789,7 @@ install-dev: install -o root -g root -m 0644 hosts_access.3 ${DESTDIR}/usr/share/man/man3/ install -o root -g root -m 0644 tcpd.h ${DESTDIR}/usr/include/ - install -o root -g root -m 0644 $(LIB) ${DESTDIR}/usr/lib/ + install -o root -g root -m 0644 $(LIB) ${DESTDIR}/usr/${LIBDIR}/ ln -sf hosts_access.3 ${DESTDIR}/usr/share/man/man3/hosts_ctl.3 ln -sf hosts_access.3 ${DESTDIR}/usr/share/man/man3/request_init.3 ln -sf hosts_access.3 ${DESTDIR}/usr/share/man/man3/request_set.3