diff options
Diffstat (limited to 'package/arptables')
-rw-r--r-- | package/arptables/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/arptables/Makefile b/package/arptables/Makefile index 7c2f8a9dd0..ac3639a0fb 100644 --- a/package/arptables/Makefile +++ b/package/arptables/Makefile @@ -36,7 +36,7 @@ define Build/Compile endef define Package/arptables/install - install -m0755 -d $(1)/usr/sbin + $(INSTALL_DIR) $(1)/usr/sbin $(CP) $(PKG_BUILD_DIR)/$(PKG_NAME) $(1)/usr/sbin/ endef |