deboostrap package doesn't install the file devices.tar.gz which is necessary for debootstrap to work properly.

Signed-off-by: Phileas Fogg <phileas-f...@mail.ru>
---

Index: admin/debootstrap/Makefile
===================================================================
--- package/feeds/packages/debootstrap/Makefile    (revision 30860)
+++ package/feeds/packages/debootstrap/Makefile    (working copy)
@@ -47,6 +47,7 @@
     $(INSTALL_DIR) $(1)/usr/share/debootstrap
$(INSTALL_BIN) $(PKG_BUILD_DIR)/usr/share/debootstrap/pkgdetails $(1)/usr/share/debootstrap $(INSTALL_DATA) $(PKG_BUILD_DIR)/usr/share/debootstrap/functions $(1)/usr/share/debootstrap + $(INSTALL_DATA) $(PKG_BUILD_DIR)/usr/share/debootstrap/devices.tar.gz $(1)/usr/share/debootstrap
     $(INSTALL_DIR) $(1)/usr/share/debootstrap/scripts
$(INSTALL_DATA) $(PKG_BUILD_DIR)/usr/share/debootstrap/scripts/* $(1)/usr/share/debootstrap/scripts
 endef
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to