Skip to content
Snippets Groups Projects
Unverified Commit e993d24b authored by Michal Hrusecky's avatar Michal Hrusecky :mouse:
Browse files

Fix busybox patch

parent cdcb9265
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ index fc882d3..5d4ba1d 100644
$(INSTALL_DIR) $(1)/etc/init.d
$(CP) $(PKG_INSTALL_DIR)/* $(1)/
+ for i in $(1)/usr/bin/*; do \
+ [ "$$(basename $$i)" \!= env ] || continue; \
+ [ "$$$$(basename $$$$i)" \!= env ] || continue; \
+ rm -f $$$$i && ln -s busybox $(1)/bin/`basename $$$$i`; \
+ done
+ for i in $(1)/usr/sbin/*; do \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment