summaryrefslogtreecommitdiff
path: root/openwrt/package/robocfg
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-05-11 16:00:43 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-05-11 16:00:43 +0000
commit02be4b6759d15d57d29af24a06856ff2d072f6c3 (patch)
tree9068319f36f5c035a632ce774c775d39db367845 /openwrt/package/robocfg
parent3ee6ad0404860f63249e729d3842ff7260fb1600 (diff)
downloadmtk-20170518-02be4b6759d15d57d29af24a06856ff2d072f6c3.zip
mtk-20170518-02be4b6759d15d57d29af24a06856ff2d072f6c3.tar.gz
mtk-20170518-02be4b6759d15d57d29af24a06856ff2d072f6c3.tar.bz2
replace $(IDIR_*) with $(1)
SVN-Revision: 3759
Diffstat (limited to 'openwrt/package/robocfg')
-rw-r--r--openwrt/package/robocfg/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/openwrt/package/robocfg/Makefile b/openwrt/package/robocfg/Makefile
index 194c022..8f89e75 100644
--- a/openwrt/package/robocfg/Makefile
+++ b/openwrt/package/robocfg/Makefile
@@ -23,10 +23,10 @@ define Build/Compile
endef
define Package/robocfg/install
- install -d -m0755 $(IDIR_ROBOCFG)/sbin
- install -m0755 $(PKG_BUILD_DIR)/robocfg $(IDIR_ROBOCFG)/sbin/
- $(RSTRIP) $(IDIR_ROBOCFG)
- $(IPKG_BUILD) $(IDIR_ROBOCFG) $(PACKAGE_DIR)
+ install -d -m0755 $(1)/sbin
+ install -m0755 $(PKG_BUILD_DIR)/robocfg $(1)/sbin/
+ $(RSTRIP) $(1)
+ $(IPKG_BUILD) $(1) $(PACKAGE_DIR)
endef
$(eval $(call BuildPackage,robocfg))