summaryrefslogtreecommitdiffstats
path: root/package/haserl
diff options
context:
space:
mode:
Diffstat (limited to 'package/haserl')
-rw-r--r--package/haserl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/haserl/Makefile b/package/haserl/Makefile
index 8f35fbf62..2bb9fc931 100644
--- a/package/haserl/Makefile
+++ b/package/haserl/Makefile
@@ -23,8 +23,8 @@ URL:=http://haserl.sourceforge.net/
endef
define Package/haserl/install
- install -m0755 -d $(IDIR_HASERL)/usr/bin
- install -m0755 $(PKG_INSTALL_DIR)/usr/bin/haserl $(IDIR_HASERL)/usr/bin/
+ install -m0755 -d $(1)/usr/bin
+ install -m0755 $(PKG_INSTALL_DIR)/usr/bin/haserl $(1)/usr/bin/
endef
$(eval $(call BuildPackage,haserl))