Search
j0ke.net Open Build Service
>
Projects
>
home:jg
:
playground
>
dracut
> 0232-modules.d-90dm-use-dmsetup-to-find-lib-dir.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File 0232-modules.d-90dm-use-dmsetup-to-find-lib-dir.patch of Package dracut
From 229525f896cf9ec34bec87dc09c6916a0f6880d2 Mon Sep 17 00:00:00 2001 From: Harald Hoyer <harald@redhat.com> Date: Tue, 23 Aug 2011 14:53:15 +0200 Subject: [PATCH] modules.d/90dm: use "dmsetup" to find lib dir https://bugzilla.redhat.com/show_bug.cgi?id=732686 --- modules.d/90dm/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules.d/90dm/install b/modules.d/90dm/install index e893915..2eb732e 100755 --- a/modules.d/90dm/install +++ b/modules.d/90dm/install @@ -7,7 +7,7 @@ inst dmsetup inst dmeventd -if ldd $(which dmraid) | grep -q lib64; then +if ldd $(which dmsetup) | grep -q lib64; then LIBDIR="/lib64" else LIBDIR="/lib" -- 1.8.3.1