Files
reaim/fix-defaults.patch
Martin Pluskal 9edd1ba4b6 - Fix building with gcc10
- Modernise spec file
- Update bugfixes.patch
- Refresh other patches

OBS-URL: https://build.opensuse.org/package/show/benchmark/reaim?expand=0&rev=5
2020-06-11 07:45:53 +00:00

16 lines
569 B
Diff

Index: osdl-aim-7/src/suite.h
===================================================================
--- osdl-aim-7.orig/src/suite.h
+++ osdl-aim-7/src/suite.h
@@ -52,8 +52,8 @@
#define WORKLD 100
#define MAX_WORK 1024
-#define WORKFILE "/usr/local/share/reaim/workfile.short"
-#define CONFIGFILE "/usr/local/share/reaim/reaim.config"
+#define WORKFILE "/usr/share/reaim/workfile"
+#define CONFIGFILE "/usr/share/reaim/reaim.config"
#define LOGFILEPREFIX "reaim"
#define STROKES 50 /* baud rate per user typing */
#define MAXITR 10 /* max number of iteration */