replace find call with perl code
[openwrt.git] / package / wificonf / Makefile
index 5e5c667..5fbaf05 100644 (file)
@@ -22,6 +22,6 @@ define Build/Compile
 endef
 
 define Package/wificonf/install
-       install -d -m0755 $(IDIR_WIFICONF)/sbin
-       install -m0755 $(PKG_BUILD_DIR)/wifi $(IDIR_WIFICONF)/sbin/
+       install -d -m0755 $(1)/sbin
+       install -m0755 $(PKG_BUILD_DIR)/wifi $(1)/sbin/
 endef
This page took 0.020979 seconds and 4 git commands to generate.