summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/lmbench/fix_results_path_for_aarch64.patch
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/lmbench/fix_results_path_for_aarch64.patch')
-rw-r--r--var/spack/repos/builtin/packages/lmbench/fix_results_path_for_aarch64.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/lmbench/fix_results_path_for_aarch64.patch b/var/spack/repos/builtin/packages/lmbench/fix_results_path_for_aarch64.patch
new file mode 100644
index 0000000000..dc0f7026a0
--- /dev/null
+++ b/var/spack/repos/builtin/packages/lmbench/fix_results_path_for_aarch64.patch
@@ -0,0 +1,13 @@
+diff --git a/scripts/results b/scripts/results
+index cd07c15..282ed19 100755
+--- a/scripts/results
++++ b/scripts/results
+@@ -27,7 +27,7 @@ cd ../bin/$OS
+ PATH=.:${PATH}; export PATH
+ export SYNC_MAX
+ export OUTPUT
+-lmbench $CONFIG 2>../${RESULTS}
++lmbench $CONFIG 2>${RESULTS}
+
+ if [ X$MAIL = Xyes ]
+ then echo Mailing results