mirror of
https://github.com/outbackdingo/openwrt.git
synced 2026-02-22 18:40:27 +00:00
replace 'mkdir -p' by 'install -d -m0755'
SVN-Revision: 3209
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user