| Index: client/deps/hdparm/hdparm.py
|
| diff --git a/client/deps/hdparm/hdparm.py b/client/deps/hdparm/hdparm.py
|
| index aa354980f483ce3bfc0eaf31ce0d6528c7da63a3..cde8d012fb6dff30436af56fa995360dd3122115 100755
|
| --- a/client/deps/hdparm/hdparm.py
|
| +++ b/client/deps/hdparm/hdparm.py
|
| @@ -12,7 +12,7 @@ def setup(tarball, topdir):
|
| os.chdir(srcdir)
|
| # This binary is not necessary and breaks non-x86 autotest builds
|
| os.remove('contrib/fix_standby')
|
| - utils.system('make')
|
| + utils.make()
|
| utils.system('make binprefix=%s manprefix=%s install' % (topdir, topdir))
|
| os.chdir(topdir)
|
|
|
|
|