summaryrefslogtreecommitdiffstats
path: root/meta/packages/iproute2/iproute2-2.6.18/iproute2-2.6.15_no_strip.diff
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-02-07 22:15:48 +0000
committerRichard Purdie <richard@openedhand.com>2008-02-07 22:15:48 +0000
commitf3d2ad4fb1262dc95916d9362e14d36daa0c537c (patch)
tree0bd8101d9cec260a5e340aba7e9fe6731bc0bb61 /meta/packages/iproute2/iproute2-2.6.18/iproute2-2.6.15_no_strip.diff
parent7fed31ddb0a5826d5b22d1476ff31db19cdc48c1 (diff)
downloadpoky-f3d2ad4fb1262dc95916d9362e14d36daa0c537c.tar.gz
iproute2: Move from meta-extras to meta
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3717 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/iproute2/iproute2-2.6.18/iproute2-2.6.15_no_strip.diff')
-rw-r--r--meta/packages/iproute2/iproute2-2.6.18/iproute2-2.6.15_no_strip.diff25
1 files changed, 25 insertions, 0 deletions
diff --git a/meta/packages/iproute2/iproute2-2.6.18/iproute2-2.6.15_no_strip.diff b/meta/packages/iproute2/iproute2-2.6.18/iproute2-2.6.15_no_strip.diff
new file mode 100644
index 0000000000..496506960e
--- /dev/null
+++ b/meta/packages/iproute2/iproute2-2.6.18/iproute2-2.6.15_no_strip.diff
@@ -0,0 +1,25 @@
1--- ip/Makefile 2006/02/23 21:22:18 1.1
2+++ ip/Makefile 2006/02/23 21:22:27
3@@ -16,7 +16,7 @@
4 rtmon: $(RTMONOBJ) $(LIBNETLINK)
5
6 install: all
7- install -m 0755 -s $(TARGETS) $(DESTDIR)$(SBINDIR)
8+ install -m 0755 $(TARGETS) $(DESTDIR)$(SBINDIR)
9 install -m 0755 $(SCRIPTS) $(DESTDIR)$(SBINDIR)
10
11 clean:
12--- tc/Makefile 2006/02/23 21:23:52 1.1
13+++ tc/Makefile 2006/02/23 21:23:57
14@@ -70,9 +70,9 @@
15
16 install: all
17 mkdir -p $(DESTDIR)/usr/lib/tc
18- install -m 0755 -s tc $(DESTDIR)$(SBINDIR)
19+ install -m 0755 tc $(DESTDIR)$(SBINDIR)
20 for i in $(TCSO); \
21- do install -m 755 -s $$i $(DESTDIR)/usr/lib/tc; \
22+ do install -m 755 $$i $(DESTDIR)/usr/lib/tc; \
23 done
24
25 clean: