From: Gary Lowell Date: Mon, 25 Feb 2013 19:01:54 +0000 (-0800) Subject: perf.patch: Clean up whitespace. X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=ca79e8ef27d1ff8c16e3e91c80313a97deb19abe;p=autobuild-ceph.git perf.patch: Clean up whitespace. Signed-off-by: Gary Lowell --- diff --git a/perf.patch b/perf.patch index ea8227e..1f76fe5 100644 --- a/perf.patch +++ b/perf.patch @@ -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 + )