summaryrefslogtreecommitdiffstats
path: root/patches/iproute2-2.6.34/0003-install-tc.diff
diff options
context:
space:
mode:
Diffstat (limited to 'patches/iproute2-2.6.34/0003-install-tc.diff')
-rw-r--r--patches/iproute2-2.6.34/0003-install-tc.diff22
1 files changed, 22 insertions, 0 deletions
diff --git a/patches/iproute2-2.6.34/0003-install-tc.diff b/patches/iproute2-2.6.34/0003-install-tc.diff
new file mode 100644
index 000000000..6a80910ff
--- /dev/null
+++ b/patches/iproute2-2.6.34/0003-install-tc.diff
@@ -0,0 +1,22 @@
+---
+ tc/Makefile | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+Index: iproute2-2.6.34/tc/Makefile
+===================================================================
+--- iproute2-2.6.34.orig/tc/Makefile
++++ iproute2-2.6.34/tc/Makefile
+@@ -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 ]; \