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))