X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;ds=sidebyside;f=include%2Fpackage-ipkg.mk;h=637e3061f0dc047b00664d370cf68ac9cc0b18b7;hb=c26126bd0ab59494c43481c5446e93e19c3bbe06;hp=36091dcc81f7eb259b2eb996ecacb26f3585ff02;hpb=a65b4c5268b7dbcd1c05e50a7bde4633056c5794;p=openwrt.git diff --git a/include/package-ipkg.mk b/include/package-ipkg.mk index 36091dcc81..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