From 46423c1e6ed07324dd20614c755c9fd2d9809302 Mon Sep 17 00:00:00 2001 From: cliffw Date: Mon, 9 Apr 2007 20:21:53 +0000 Subject: [PATCH] b=10957 Fixes to path --- lustre-iokit/lustre-iokit.spec.in | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/lustre-iokit/lustre-iokit.spec.in b/lustre-iokit/lustre-iokit.spec.in index 4bb5a30..becb4ee 100644 --- a/lustre-iokit/lustre-iokit.spec.in +++ b/lustre-iokit/lustre-iokit.spec.in @@ -40,22 +40,22 @@ A script to run the IOR benchmark. The latest version can be downloaded from htt %build rm -fr $RPM_BUILD_ROOT -./configure --prefix=/usr/local +./configure --prefix=/usr make %install make install DESTDIR=$RPM_BUILD_ROOT %files -/usr/local/bin/ior-survey -/usr/local/bin/parse-ior.pl -/usr/local/bin/echo.sh -/usr/local/bin/obdfilter-survey -/usr/local/bin/obparse.pl -/usr/local/bin/plot-ost.pl -/usr/local/bin/ost-survey.pl -/usr/local/bin/sgpdd-survey -/usr/local/bin/parse-sgpdd.pl +/usr/bin/ior-survey +/usr/bin/parse-ior.pl +/usr/bin/echo.sh +/usr/bin/obdfilter-survey +/usr/bin/obparse.pl +/usr/bin/plot-ost.pl +/usr/bin/ost-survey.pl +/usr/bin/sgpdd-survey +/usr/bin/parse-sgpdd.pl %doc obdfilter-survey/README.obdfilter-survey %doc ior-survey/README.ior-survey %doc ost-survey/README.ost-survey -- 1.8.3.1