X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;f=net%2Ffprobe%2FMakefile;h=726445f24c9eae3385cf8d8e0bd5a5e494314a94;hb=c0e52478488c8477348e277d6a5e46019152dd20;hp=a8acaa51bfdf5c02d97128308d0e29d78df33925;hpb=61e30ef6354a7c3b673f3e1458791b0f82580166;p=packages.git diff --git a/net/fprobe/Makefile b/net/fprobe/Makefile index a8acaa51b..726445f24 100644 --- a/net/fprobe/Makefile +++ b/net/fprobe/Makefile @@ -44,7 +44,7 @@ define Build/Compile endef define Package/fprobe/install - install -d -m0755 $(1)/usr/bin + $(INSTALL_DIR) $(1)/usr/bin $(CP) $(PKG_BUILD_DIR)/src/fprobe $(1)/usr/bin/ endef