1 diff -bur fio-2.1.10.pristine/tools/plot/fio2gnuplot fio-2.1.10/tools/plot/fio2gnuplot
2 --- fio-2.1.10.pristine/tools/plot/fio2gnuplot 2014-06-10 15:18:38.000000000 -0400
3 +++ fio-2.1.10/tools/plot/fio2gnuplot 2014-07-29 13:02:35.000000000 -0400
4 @@ -1,4 +1,4 @@
5 -#!/usr/bin/env python
6 +#!/usr/bin/python2.6
7 #
8 # Copyright (C) 2013 eNovance SAS <licensing@enovance.com>
9 # Author: Erwan Velu <erwan@enovance.com>
10 @@ -401,9 +401,9 @@
11 force_keep_temp_files=False
12
13 if not os.path.isfile(gpm_dir+'math.gpm'):
14 - gpm_dir="/usr/local/share/fio/"
15 + gpm_dir="/usr/share/fio/"
16 if not os.path.isfile(gpm_dir+'math.gpm'):
17 - print "Looks like fio didn't get installed properly as no gpm files found in '/usr/share/fio' or '/usr/local/share/fio'\n"
18 + print "Looks like fio didn't get installed properly as no gpm files found in '/usr/share/fio'\n"
19 sys.exit(3)
20
21 try:
|
1 diff -bur fio-2.1.10.pristine/tools/plot/fio2gnuplot fio-2.1.10/tools/plot/fio2gnuplot
2 --- fio-2.1.10.pristine/tools/plot/fio2gnuplot 2014-06-10 15:18:38.000000000 -0400
3 +++ fio-2.1.10/tools/plot/fio2gnuplot 2014-07-29 13:02:35.000000000 -0400
4 @@ -1,4 +1,4 @@
5 -#!/usr/bin/env python
6 +#!/usr/bin/python
7 #
8 # Copyright (C) 2013 eNovance SAS <licensing@enovance.com>
9 # Author: Erwan Velu <erwan@enovance.com>
10 @@ -401,9 +401,9 @@
11 force_keep_temp_files=False
12
13 if not os.path.isfile(gpm_dir+'math.gpm'):
14 - gpm_dir="/usr/local/share/fio/"
15 + gpm_dir="/usr/share/fio/"
16 if not os.path.isfile(gpm_dir+'math.gpm'):
17 - print "Looks like fio didn't get installed properly as no gpm files found in '/usr/share/fio' or '/usr/local/share/fio'\n"
18 + print "Looks like fio didn't get installed properly as no gpm files found in '/usr/share/fio'\n"
19 sys.exit(3)
20
21 try:
|