Skip to content
Snippets Groups Projects
Commit 53f9428c authored by bwzhou's avatar bwzhou
Browse files

Branch HEAD

b=13285

revert the libexec patch since it hasn't got permissions yet.
parent 0796c3c7
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -15,7 +15,7 @@ EXTRA_DIST = license-status maketags.sh version_tag.pl.in lc_common \
$(addsuffix .in,$(genscripts)) lc_mon $(sbinscripts) \
$(bin_SCRIPTS)
scriptlibdir = @libexecdir@/@PACKAGE@
scriptlibdir = $(libdir)/@PACKAGE@
scriptlib_DATA = lc_common
CLEANFILES = $(genscripts)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment