summaryrefslogtreecommitdiffstats
path: root/build-root/scripts
diff options
context:
space:
mode:
authorDamjan Marion <damarion@cisco.com>2017-01-13 22:11:56 +0100
committerDamjan Marion <damarion@cisco.com>2017-01-13 22:11:56 +0100
commit5a3a6c09f58a28fee1a673475e1c25b3aea31f60 (patch)
treede8e716d41b779c13c650d35eac587c1c44d0c85 /build-root/scripts
parent3f1309df1b9a96a194845b297734f55db3f2c6b0 (diff)
Fix remove-rpath script, take 2
Change-Id: If0fc5adb495b243dc9d7bfb8112ffee79ca1335e Signed-off-by: Damjan Marion <damarion@cisco.com>
Diffstat (limited to 'build-root/scripts')
-rwxr-xr-xbuild-root/scripts/remove-rpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-root/scripts/remove-rpath b/build-root/scripts/remove-rpath
index 1828ddf9..3912b370 100755
--- a/build-root/scripts/remove-rpath
+++ b/build-root/scripts/remove-rpath
@@ -12,7 +12,7 @@ if [ $? -ne 0 ] ; then
exit 1
fi
-libs=$(find $1 -type f -name \*.so)
+libs=$(find $1 -type f -name \*.so\*)
execs=$(find $1 -type f -path \*/bin/\* )
for i in $libs $execs; do
value=''/>
path: root/resources/traffic_profiles/trex/trex-sl-3n-ethip4-macsrc100ip4src100.py
blob: f8bf3aec7c83be453e2e3c63c45fde335e9d5668 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113