slyfox      15/05/28 20:22:55

  Added:                libeatmydata-105-undpkg.patch
  Log:
  Fix wrapper script to not to rely on debian-specifix way to detect libexec..
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  Changes    Path
1.1                  sys-fs/libeatmydata/files/libeatmydata-105-undpkg.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/libeatmydata/files/libeatmydata-105-undpkg.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/libeatmydata/files/libeatmydata-105-undpkg.patch?rev=1.1&content-type=text/plain

Index: libeatmydata-105-undpkg.patch
===================================================================
Don't rely on debian's way to multilib/multiarch.

https://bugs.gentoo.org/550344
diff --git a/eatmydata.in b/eatmydata.in
index 40468db..aa143f0 100644
--- a/eatmydata.in
+++ b/eatmydata.in
@@ -17,5 +17,4 @@
 
-export `dpkg-architecture|grep DEB_BUILD_MULTIARCH`
+shlib="@libexecdir@/eatmydata.sh"
 
-shlib="/usr/lib/$DEB_BUILD_MULTIARCH/eatmydata.sh"
 if [ -f "$shlib" ]; then




Reply via email to