X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=include%2Fpackage-ipkg.mk;h=637e3061f0dc047b00664d370cf68ac9cc0b18b7;hb=f36aabbaeaa8631adb2fdbb46f73e6ee37d44e01;hp=d370644e98726f32ba063f2705fd4ad0be8b3569;hpb=ad9e0041e31c94c9cce4623c8a9f0e73f52a237b;p=openwrt.git diff --git a/include/package-ipkg.mk b/include/package-ipkg.mk index d370644e98..637e3061f0 100644 --- a/include/package-ipkg.mk +++ b/include/package-ipkg.mk @@ -21,7 +21,7 @@ define BuildIPKGVariable ifdef Package/$(1)/$(2) $$(IPKG_$(1)) : VAR_$(2)$(3)=$$(Package/$(1)/$(2)) $(call shexport,Package/$(1)/$(2)) - $(1)_COMMANDS += echo "$$$$$$$$$(call shvar,Package/$(1)/$(2))" > $(2)$(3); $(if $(4),chmod 0755 $(2)$(3)) + $(1)_COMMANDS += echo "$$$$$$$$$(call shvar,Package/$(1)/$(2))" > $(2)$(3); $(if $(4),chmod 0755 $(2)$(3);) endif endef