From cfaf6a0e06529c6cd903dca9da395bc5c5736720 Mon Sep 17 00:00:00 2001
From: "robert.read" <robert.read>
Date: Wed, 21 May 2008 00:55:39 +0000
Subject: [PATCH] Branch b_release_1_6_5 b=13285

Perhaps the libexecdir scripts patch was only partially applied or reverted. This
patch reverts the change apparently made to lustre.spec.in back to libdir. So
Terry can build the next RC.
---
 lustre.spec.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lustre.spec.in b/lustre.spec.in
index e844ab72b1..36f7d46309 100644
--- a/lustre.spec.in
+++ b/lustre.spec.in
@@ -138,7 +138,7 @@ cat >lustre.files <<EOF
 
 %attr(-, root, root) %{_mandir}/man?/*
 
-%attr(-, root, root) %{_libexecdir}/lustre/lc_common
+%attr(-, root, root) %{_libdir}/lustre/lc_common
 EOF
 
 if [ -f $RPM_BUILD_ROOT%{_libdir}/liblustre.so ] ; then
-- 
GitLab