doc fix for resolvconf
authorGerald Britton <gbritton@doomcom.org>
Thu, 22 Apr 2004 05:17:14 +0000 (05:17 +0000)
committerGerald Britton <gbritton@doomcom.org>
Thu, 22 Apr 2004 05:17:14 +0000 (05:17 +0000)
BKrev: 4087555aMLQylhfTBWyuVhaqK1qazQ

resolvconf/resolvconf_1.5.oe

index 9c3e078..f8fd3d1 100644 (file)
@@ -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/
 }