Magellan Linux

Contents of /trunk/tcp-wrappers/patches/tcp-wrappers-7.6-libdir.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 153 - (show annotations) (download)
Tue May 8 20:52:56 2007 UTC (17 years ago) by niro
File size: 1236 byte(s)
-import

1 --- tcp_wrappers_7.6.org/Makefile 2006-04-09 14:52:06.000000000 +0200
2 +++ tcp_wrappers_7.6/Makefile 2006-04-09 14:54:59.000000000 +0200
3 @@ -768,9 +768,9 @@
4 install: install-lib install-bin install-dev
5
6 install-lib:
7 - install -o root -g root -m 0755 $(SHLIB) ${DESTDIR}/usr/lib/
8 - ln -sf $(notdir $(SHLIB)) ${DESTDIR}/usr/lib/$(notdir $(SHLIBSOMAJ))
9 - ln -sf $(notdir $(SHLIBSOMAJ)) ${DESTDIR}/usr/lib/$(notdir $(SHLIBSO))
10 + install -o root -g root -m 0755 $(SHLIB) ${DESTDIR}/usr/${LIBDIR}/
11 + ln -sf $(notdir $(SHLIB)) ${DESTDIR}/usr/${LIBDIR}/$(notdir $(SHLIBSOMAJ))
12 + ln -sf $(notdir $(SHLIBSOMAJ)) ${DESTDIR}/usr/${LIBDIR}/$(notdir $(SHLIBSO))
13
14 install-bin:
15 install -o root -g root -m 0755 tcpd ${DESTDIR}/usr/sbin/
16 @@ -789,7 +789,7 @@
17 install-dev:
18 install -o root -g root -m 0644 hosts_access.3 ${DESTDIR}/usr/share/man/man3/
19 install -o root -g root -m 0644 tcpd.h ${DESTDIR}/usr/include/
20 - install -o root -g root -m 0644 $(LIB) ${DESTDIR}/usr/lib/
21 + install -o root -g root -m 0644 $(LIB) ${DESTDIR}/usr/${LIBDIR}/
22 ln -sf hosts_access.3 ${DESTDIR}/usr/share/man/man3/hosts_ctl.3
23 ln -sf hosts_access.3 ${DESTDIR}/usr/share/man/man3/request_init.3
24 ln -sf hosts_access.3 ${DESTDIR}/usr/share/man/man3/request_set.3