1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-06 00:18:33 +03:00

replace 'mkdir -p' by 'install -d -m0755'

git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3209 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
olli 2006-02-09 23:08:33 +00:00
parent c7d9cbb70f
commit c071701767

View File

@ -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)