summaryrefslogtreecommitdiffstats
path: root/iproute2/iproute2-tc_install.patch
diff options
context:
space:
mode:
Diffstat (limited to 'iproute2/iproute2-tc_install.patch')
-rw-r--r--iproute2/iproute2-tc_install.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/iproute2/iproute2-tc_install.patch b/iproute2/iproute2-tc_install.patch
new file mode 100644
index 0000000..c1391a2
--- /dev/null
+++ b/iproute2/iproute2-tc_install.patch
@@ -0,0 +1,17 @@
+diff -pruN iproute2-2.6.34.orig/tc/Makefile iproute2-2.6.34/tc/Makefile
+--- iproute2-2.6.34.orig/tc/Makefile 2010-06-03 12:46:19.597183871 +1000
++++ iproute2-2.6.34/tc/Makefile 2010-06-03 12:47:28.332176460 +1000
+@@ -99,10 +99,10 @@ libtc.a: $(TCLIB)
+ $(AR) rcs $@ $(TCLIB)
+
+ install: all
+- echo mkdir -p $(MODDESTDIR)
+- echo install -m 0755 tc $(DESTDIR)$(SBINDIR)
++ mkdir -p $(MODDESTDIR)
++ install -m 0755 tc $(DESTDIR)$(SBINDIR)
+ for i in $(TCSO); \
+- do echo install -m 755 $$i $(MODDESTDIR); \
++ do install -m 755 $$i $(MODDESTDIR); \
+ done
+ if [ ! -f $(MODDESTDIR)/m_ipt.so ]; then \
+ if [ -f $(MODDESTDIR)/m_xt.so ]; \