Now build rootfs+kernel images
[openwrt.git] / openwrt / package / iftop / Makefile
index 0ef5473..a42d58d 100644 (file)
@@ -1,9 +1,9 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=iftop
-PKG_VERSION:=0.17pre3
+PKG_VERSION:=0.17
 PKG_RELEASE:=1
-PKG_MD5SUM:=6d80885e0ff642222c96bb7bd3e83f96
+PKG_MD5SUM:=062bc8fb3856580319857326e0b8752d
 
 PKG_SOURCE_URL:=http://www.ex-parrot.com/~pdw/iftop/download
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
@@ -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)
This page took 0.025273 seconds and 4 git commands to generate.