mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-10 14:09:42 +02:00
replace 'mkdir -p' by 'install -d -m0755'
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3209 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
baa8d591c0
commit
03b5f460f4
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user