projects
/
openwrt
/
staging
/
nbd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4ba022
)
replace 'mkdir -p' by 'install -d -m0755'
author
Oliver Ertl
<oliver@ertl-net.net>
Thu, 9 Feb 2006 23:08:33 +0000
(23:08 +0000)
committer
Oliver Ertl
<oliver@ertl-net.net>
Thu, 9 Feb 2006 23:08:33 +0000
(23:08 +0000)
SVN-Revision: 3209
openwrt/package/iftop/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/package/iftop/Makefile
b/openwrt/package/iftop/Makefile
index 0ef547313f4e75bdd7079650cb9dae4405db31fa..02e75acd0d5a986339acb0be4516d35f993ec3a7 100644
(file)
--- 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)