X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fdedeckeh.git;a=blobdiff_plain;f=tools%2Fscons%2FMakefile;fp=tools%2Fscons%2FMakefile;h=83c1c584a5143d205e4957b8cd4d85787895bf9b;hp=aadeb289a25952f48e00c35091c48f4e444acd63;hb=c33b01fa0ea4237e33e303c6173ec06758040056;hpb=d3a21c192baf6fa2f6d9212efd156639bd922f51 diff --git a/tools/scons/Makefile b/tools/scons/Makefile index aadeb289a2..83c1c584a5 100644 --- a/tools/scons/Makefile +++ b/tools/scons/Makefile @@ -23,7 +23,12 @@ define Host/Compile endef define Host/Install - python $(HOST_BUILD_DIR)/setup.py install --prefix=$(STAGING_DIR_HOST) + ./files/pywrap.sh $(HOST_BUILD_DIR)/setup.py install --prefix=$(STAGING_DIR_HOST) + rm -f $(STAGING_DIR_HOST)/bin/scons*.py + for bin in $(STAGING_DIR_HOST)/bin/scons*; do \ + mv "$$$$bin" "$$$$bin.py"; \ + cp ./files/pywrap.sh "$$$$bin"; \ + done endef $(eval $(call HostBuild))