pemensik / rpms / bind

Forked from rpms/bind 6 years ago
Clone
7d67be0
diff --git a/export-libs/Makefile b/export-libs/Makefile
7d67be0
index df15ea8..13f416b 100644
7d67be0
--- a/export-libs/Makefile
7d67be0
+++ b/export-libs/Makefile
7d67be0
@@ -404,20 +404,18 @@ installdirs:
7d67be0
 	$(SHELL) ${top_srcdir}/mkinstalldirs ${DESTDIR}${mandir}/man1
7d67be0
 
7d67be0
 install:: isc-config.sh installdirs
7d67be0
-	${INSTALL_SCRIPT} isc-config.sh ${DESTDIR}${bindir}
7d67be0
-	rm -f ${DESTDIR}${bindir}/bind9-config
7d67be0
-	ln ${DESTDIR}${bindir}/isc-config.sh ${DESTDIR}${bindir}/bind9-config
7d67be0
-	${INSTALL_DATA} ${top_srcdir}/isc-config.sh.1 ${DESTDIR}${mandir}/man1
7d67be0
-	rm -f ${DESTDIR}${mandir}/man1/bind9-config.1
7d67be0
-	ln ${DESTDIR}${mandir}/man1/isc-config.sh.1 ${DESTDIR}${mandir}/man1/bind9-config.1
7d67be0
-	${INSTALL_DATA} ${top_srcdir}/bind.keys ${DESTDIR}${sysconfdir}
7d67be0
+	${INSTALL_SCRIPT} isc-config.sh ${DESTDIR}${bindir}/isc-export-config.sh
7d67be0
+	rm -f ${DESTDIR}${bindir}/bind9-export-config
7d67be0
+	ln ${DESTDIR}${bindir}/isc-export-config.sh ${DESTDIR}${bindir}/bind9-export-config
7d67be0
+	${INSTALL_DATA} ${top_srcdir}/isc-config.sh.1 ${DESTDIR}${mandir}/man1/isc-export-config.sh.1
7d67be0
+	rm -f ${DESTDIR}${mandir}/man1/bind9-export-config.1
7d67be0
+	ln ${DESTDIR}${mandir}/man1/isc-export-config.sh.1 ${DESTDIR}${mandir}/man1/bind9-export-config.1
7d67be0
 
7d67be0
 uninstall::
7d67be0
-	rm -f ${DESTDIR}${sysconfdir}/bind.keys
7d67be0
-	rm -f ${DESTDIR}${mandir}/man1/bind9-config.1
7d67be0
-	rm -f ${DESTDIR}${mandir}/man1/isc-config.sh.1
7d67be0
-	rm -f ${DESTDIR}${bindir}/bind9-config
7d67be0
-	rm -f ${DESTDIR}${bindir}/isc-config.sh
7d67be0
+	rm -f ${DESTDIR}${mandir}/man1/bind9-export-config.1
7d67be0
+	rm -f ${DESTDIR}${mandir}/man1/isc-export-config.sh.1
7d67be0
+	rm -f ${DESTDIR}${bindir}/bind9-export-config
7d67be0
+	rm -f ${DESTDIR}${bindir}/isc-export-config.sh
7d67be0
 
7d67be0
 tags:
7d67be0
 	rm -f TAGS