]> git.apps.os.sepia.ceph.com Git - autobuild-ceph.git/commitdiff
perf.patch: Clean up whitespace.
authorGary Lowell <gary.lowell@inktank.com>
Mon, 25 Feb 2013 19:01:54 +0000 (11:01 -0800)
committerGary Lowell <gary.lowell@inktank.com>
Mon, 25 Feb 2013 19:01:54 +0000 (11:01 -0800)
Signed-off-by: Gary Lowell <gary.lowell@inktank.com>
perf.patch

index ea8227e05796e210276b0c7f1ef2ee07e479f75c..1f76fe513e4cddb75fb6aee54493f1d8a6fee9e9 100644 (file)
@@ -60,7 +60,7 @@ index acb8650..6ec4ec7 100644
 +       ln -s "/usr/bin/perf_$debian_tools_version" "$tools_dir/usr/bin/perf_$tools_version"
 +       mv "$tools_dir/usr/libexec/perf-core" "$tools_dir/usr/share/perf_$debian_tools_version-core"
 +       rmdir "$tools_dir/usr/libexec"
-+       
++
 +       # Documentation can't be built out-of-tree so copy source
 +       # over to objtree and build man pages there
 +       mkdir -p $tmp_build_dir/perf
@@ -70,7 +70,7 @@ index acb8650..6ec4ec7 100644
 +       $MAKE man
 +       $MAKE DESTDIR="$tools_dir/usr/" install
 +       for manpage in `find $tools_dir/usr/share/man/ -type f`; do
-+              mv $manpage ${manpage/perf/perf_$debian_tools_version}
++              mv $manpage ${manpage/perf/perf_$debian_tools_version}
 +              gzip -9 ${manpage/perf/perf_$debian_tools_version}
 +       done
 +      )