X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=utils%2Fpicocom%2FMakefile;h=5730d52189d78fafa35d6b54d1351be8cd2c0cef;hp=d79e7ea823613b34c651beb746bd0b87fd7ed6f1;hb=a799913866b0e900d7636d695ccf7c5d58d14891;hpb=a512112882782bfa956ad75a92cb480f9f9aaefe;ds=sidebyside diff --git a/utils/picocom/Makefile b/utils/picocom/Makefile index d79e7ea823..5730d52189 100644 --- a/utils/picocom/Makefile +++ b/utils/picocom/Makefile @@ -48,8 +48,8 @@ define Build/Compile endef define Package/picocom/install - install -d -m0755 $(1)/usr/bin - install -m0755 $(PKG_BUILD_DIR)/picocom $(1)/usr/bin/ + $(INSTALL_DIR) $(1)/usr/bin + $(INSTALL_BIN) $(PKG_BUILD_DIR)/picocom $(1)/usr/bin/ endef $(eval $(call BuildPackage,picocom))