Blame SOURCES/bind-9.11-export-isc-config.patch

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