From 9f230d326330577e026c6a8e9b1d45930bc2008e Mon Sep 17 00:00:00 2001 From: Oliver Ertl Date: Thu, 9 Feb 2006 23:08:33 +0000 Subject: [PATCH] replace 'mkdir -p' by 'install -d -m0755' SVN-Revision: 3209 --- openwrt/package/iftop/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openwrt/package/iftop/Makefile b/openwrt/package/iftop/Makefile index 0ef547313f..02e75acd0d 100644 --- a/openwrt/package/iftop/Makefile +++ b/openwrt/package/iftop/Makefile @@ -55,7 +55,7 @@ $(PKG_BUILD_DIR)/.built: touch $@ $(IPKG_IFTOP): - mkdir -p $(IDIR_IFTOP)/usr/bin + install -d -m0755 $(IDIR_IFTOP)/usr/bin $(CP) $(PKG_INSTALL_DIR)/usr/sbin/$(PKG_NAME) $(IDIR_IFTOP)/usr/bin/ $(STRIP) $(IDIR_IFTOP)/usr/bin/* $(IPKG_BUILD) $(IDIR_IFTOP) $(PACKAGE_DIR) -- 2.25.1