summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--resolvconf/resolvconf_1.5.oe2
1 files changed, 1 insertions, 1 deletions
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/
}