Package: plymouth
Version: 0.7.2-1
Severity: normal

Attached patch fixes this. No need to check for lib64.
Cheers,
 -- Guido
>From be202393649d8c5183e4e4511925a102c42ea4ab Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Guido=20G=C3=BCnther?= <a...@sigxcpu.org>
Date: Sat, 13 Mar 2010 11:46:16 +0100
Subject: [PATCH] No need to check for lib64

---
 scripts/plymouth-set-default-theme.in |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/scripts/plymouth-set-default-theme.in b/scripts/plymouth-set-default-theme.in
index 9ca9f35..fc00791 100755
--- a/scripts/plymouth-set-default-theme.in
+++ b/scripts/plymouth-set-default-theme.in
@@ -5,11 +5,7 @@ set -e
 [ -z "$LIBEXECDIR" ] && LIBEXECDIR="/usr/libexec"
 [ -z "$DATADIR" ] && DATADIR="/usr/share"
 if [ -z "$LIB" ]; then
-  if $(echo nash-showelfinterp /proc/$$/exe | /sbin/nash --forcequiet | grep -q lib64); then
-    LIB="lib64"
-  else
     LIB="lib"
-  fi
 fi
 [ -z "$LIBDIR" ] && LIBDIR="/usr/$LIB"
 [ -z "$BINDIR" ] && BINDIR="/usr/bin"
-- 
1.7.0

Reply via email to