X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/44ba04efe200178dd52943b2c1edd8418fbac0ba..fe20d5fa6ebf13c5e8b05bb3b5962aa37a1e34e5:/package/haserl/Makefile diff --git a/package/haserl/Makefile b/package/haserl/Makefile index 2bb9fc931..e6215c954 100644 --- a/package/haserl/Makefile +++ b/package/haserl/Makefile @@ -24,7 +24,7 @@ endef define Package/haserl/install install -m0755 -d $(1)/usr/bin - install -m0755 $(PKG_INSTALL_DIR)/usr/bin/haserl $(1)/usr/bin/ + install -m0755 $(PKG_BUILD_DIR)/src/haserl $(1)/usr/bin/ endef $(eval $(call BuildPackage,haserl))