Gentoo Archives: gentoo-commits

From: "Sergei Trofimovich (slyfox)" <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/libeatmydata/files: libeatmydata-105-undpkg.patch
Date: Thu, 28 May 2015 20:23:03
Message-Id: 20150528202255.C313E9FC@oystercatcher.gentoo.org
1 slyfox 15/05/28 20:22:55
2
3 Added: libeatmydata-105-undpkg.patch
4 Log:
5 Fix wrapper script to not to rely on debian-specifix way to detect libexec..
6
7 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
8
9 Revision Changes Path
10 1.1 sys-fs/libeatmydata/files/libeatmydata-105-undpkg.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/libeatmydata/files/libeatmydata-105-undpkg.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/libeatmydata/files/libeatmydata-105-undpkg.patch?rev=1.1&content-type=text/plain
14
15 Index: libeatmydata-105-undpkg.patch
16 ===================================================================
17 Don't rely on debian's way to multilib/multiarch.
18
19 https://bugs.gentoo.org/550344
20 diff --git a/eatmydata.in b/eatmydata.in
21 index 40468db..aa143f0 100644
22 --- a/eatmydata.in
23 +++ b/eatmydata.in
24 @@ -17,5 +17,4 @@
25
26 -export `dpkg-architecture|grep DEB_BUILD_MULTIARCH`
27 +shlib="@libexecdir@/eatmydata.sh"
28
29 -shlib="/usr/lib/$DEB_BUILD_MULTIARCH/eatmydata.sh"
30 if [ -f "$shlib" ]; then