]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Updated iproute2 to 2.6.28.
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 17 Jan 2009 09:37:29 +0000 (10:37 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 17 Jan 2009 09:37:29 +0000 (10:37 +0100)
lfs/iproute2

index 8111173029e1059def8bf159815c0bf40b40e42c..4e8fd73847f559705ffaf982c8c54da48b5ff5ac 100644 (file)
@@ -25,7 +25,7 @@
 include Config
 
 PKG_NAME   = iproute2
-VER        = 2.6.26
+VER        = 2.6.28
 
 THISAPP    = $(PKG_NAME)-$(VER)
 DL_FILE    = $(THISAPP).tar.bz2
@@ -54,7 +54,7 @@ $(OBJECT) :
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
        cd $(DIR_APP) && sed -i -e "s@DESTDIR=.*@DESTDIR=@" \
-                                                       -e "s@/share/@/usr/share/@g" Makefile
+                               -e "s@/share/@/usr/share/@g" Makefile
        cd $(DIR_APP) && make $(PARALLELISMFLAGS)
        cd $(DIR_APP) && make install
        cd $(DIR_APP) && mv -v /sbin/arpd /usr/sbin