From acfa311d3c38837e03984d532aeb161b974e8f81 Mon Sep 17 00:00:00 2001 From: Gerald Britton Date: Thu, 22 Apr 2004 05:17:14 +0000 Subject: [PATCH] doc fix for resolvconf BKrev: 4087555aMLQylhfTBWyuVhaqK1qazQ --- resolvconf/resolvconf_1.5.oe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resolvconf/resolvconf_1.5.oe b/resolvconf/resolvconf_1.5.oe index 9c3e078fb8..f8fd3d1ea0 100644 --- a/resolvconf/resolvconf_1.5.oe +++ b/resolvconf/resolvconf_1.5.oe @@ -17,6 +17,6 @@ do_install () { cp -a etc/* ${D}/${sysconfdir}/ cp -a sbin/* ${D}/sbin/ cp -a usr/* ${D}/${prefix}/ - install debian/README debian/ANNOUNCE ${D}/${datadir}/doc/${P}/ + install README ANNOUNCE ${D}/${datadir}/doc/${P}/ install man/resolvconf.8 man/update-resolv.8 ${D}/${mandir}/man8/ } -- 2.39.5