Skip to content
Snippets Groups Projects
Commit 7367b93e authored by Brian J. Murrell's avatar Brian J. Murrell
Browse files

Back out 20315 landing due to breakage with SLES10.

I suspect that we should be using RPMs %configure macro in our lustre.spec
and we are not.
parent 55d89fb3
No related branches found
No related tags found
No related merge requests found
debian/tmp/sbin/* sbin debian/tmp/sbin/* sbin
debian/tmp/usr/sbin/* usr/sbin debian/tmp/usr/sbin/* usr/sbin
debian/tmp/usr/bin/* usr/bin debian/tmp/usr/bin/* usr/bin
debian/tmp/usr/libexec/lustre/lc_common usr/libexec/lustre debian/tmp/usr/lib/lustre/lc_common usr/lib/lustre
...@@ -148,7 +148,7 @@ cat >lustre.files <<EOF ...@@ -148,7 +148,7 @@ cat >lustre.files <<EOF
%attr(-, root, root) %{_mandir}/man?/* %attr(-, root, root) %{_mandir}/man?/*
%attr(-, root, root) %{_libexecdir}/lustre/lc_common %attr(-, root, root) %{_libdir}/lustre/lc_common
EOF EOF
if [ -f $RPM_BUILD_ROOT%{_libdir}/libcfsutil.a ] ; then if [ -f $RPM_BUILD_ROOT%{_libdir}/libcfsutil.a ] ; then
......
...@@ -47,7 +47,7 @@ EXTRA_DIST = license-status maketags.sh version_tag.pl lc_common \ ...@@ -47,7 +47,7 @@ EXTRA_DIST = license-status maketags.sh version_tag.pl lc_common \
$(addsuffix .in,$(genscripts)) lc_mon $(sbinscripts) \ $(addsuffix .in,$(genscripts)) lc_mon $(sbinscripts) \
$(bin_SCRIPTS) tree_status.pl $(bin_SCRIPTS) tree_status.pl
scriptlibdir = @libexecdir@/@PACKAGE@ scriptlibdir = $(libdir)/@PACKAGE@
scriptlib_DATA = lc_common scriptlib_DATA = lc_common
CLEANFILES = $(genscripts) 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