From f21b53fa167e334b4c72bc370d4d2996aa8690c3 Mon Sep 17 00:00:00 2001 From: bwzhou <bwzhou> Date: Sun, 18 May 2008 18:24:52 +0000 Subject: [PATCH] Branch b1_6 b=13285 r=green, bobijam (libexec) r=johann, deen (gcc) 1. Use the common libexec convention; 2. Quiet remaining gcc warnings. --- lustre.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre.spec.in b/lustre.spec.in index 36f7d46309..e844ab72b1 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) %{_libdir}/lustre/lc_common +%attr(-, root, root) %{_libexecdir}/lustre/lc_common EOF if [ -f $RPM_BUILD_ROOT%{_libdir}/liblustre.so ] ; then -- GitLab