summaryrefslogtreecommitdiff
path: root/packages/iproute2/iproute2-2.6.8/iproute2-2.6.8_no_strip.diff
diff options
context:
space:
mode:
authorJamie Lenehan <lenehan@twibble.org>2007-08-18 08:42:40 +0000
committerJamie Lenehan <lenehan@twibble.org>2007-08-18 08:42:40 +0000
commit54c9c9203ca26c30e3f16889462fa395084d55fb (patch)
treec31b008177a80afe8a9771328d48447a9488c398 /packages/iproute2/iproute2-2.6.8/iproute2-2.6.8_no_strip.diff
parentb659951ba682cd8d0e4195a80df3fbaead7bad2b (diff)
iproute2: Drop some older versions.
Diffstat (limited to 'packages/iproute2/iproute2-2.6.8/iproute2-2.6.8_no_strip.diff')
-rw-r--r--packages/iproute2/iproute2-2.6.8/iproute2-2.6.8_no_strip.diff24
1 files changed, 0 insertions, 24 deletions
diff --git a/packages/iproute2/iproute2-2.6.8/iproute2-2.6.8_no_strip.diff b/packages/iproute2/iproute2-2.6.8/iproute2-2.6.8_no_strip.diff
deleted file mode 100644
index 0a029a6d51..0000000000
--- a/packages/iproute2/iproute2-2.6.8/iproute2-2.6.8_no_strip.diff
+++ /dev/null
@@ -1,24 +0,0 @@
---- ip/Makefile.o 2004-08-05 12:38:25.836331936 +0200
-+++ ip/Makefile 2004-08-05 12:38:42.256835640 +0200
-@@ -22,7 +22,7 @@
- rtmon: $(RTMONOBJ) $(LIBNETLINK)
-
- install: all
-- install -m 0755 -s $(TARGETS) $(DESTDIR)$(SBINDIR)
-+ install -m 0755 $(TARGETS) $(DESTDIR)$(SBINDIR)
- install -m 0755 routel routef $(DESTDIR)$(SBINDIR)
-
- clean:
---- tc/Makefile.o 2004-08-05 12:37:33.325314824 +0200
-+++ tc/Makefile 2004-08-05 12:38:12.085422392 +0200
-@@ -61,8 +61,8 @@
-
- install: all
- mkdir -p $(DESTDIR)/usr/lib/tc
-- install -m 0755 -s tc $(DESTDIR)$(SBINDIR)
-- for i in $(TCSO); do install -m 755 -s $$i $(DESTDIR)/usr/lib/tc; done
-+ install -m 0755 tc $(DESTDIR)$(SBINDIR)
-+ for i in $(TCSO); do install -m 755 $$i $(DESTDIR)/usr/lib/tc; done
-
- clean:
- rm -f $(TCOBJ) $(TCLIB) libtc.a tc