]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/blob - pakfire/patches/pakfire-0.9.20-revert-libs-location-in-usr.patch
mc: Update to 4.8.2.
[people/pmueller/ipfire-3.x.git] / pakfire / patches / pakfire-0.9.20-revert-libs-location-in-usr.patch
1 commit 882bb1851ab12ee3ba1561552faf90850e212052
2 Author: Michael Tremer <michael.tremer@ipfire.org>
3 Date: Sun Mar 11 17:59:34 2012 +0100
4
5 QA: libs-location: Revert checking in /usr/lib(64).
6
7 That was not such a good idea because upstream is messing
8 too much with library names.
9
10 diff --git a/tools/quality-agent.d/003-libs-location b/tools/quality-agent.d/003-libs-location
11 index 479f170..0ee8237 100755
12 --- a/tools/quality-agent.d/003-libs-location
13 +++ b/tools/quality-agent.d/003-libs-location
14 @@ -25,7 +25,7 @@ function check() {
15 local failed=0
16 local found
17
18 - for lib in $(find ${BUILDROOT}/{,usr/}${libdir} -maxdepth 1 -type f -name "lib*.so.*" 2>/dev/null); do
19 + for lib in $(find ${BUILDROOT}/${libdir} -maxdepth 1 -type f -name "lib*.so.*" 2>/dev/null); do
20 lib=${lib##*/}
21 lib=${lib%%.so*}
22