mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00: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
fe93b4f885
commit
2d6f5e6de9
@ -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…
x
Reference in New Issue
Block a user