patch-p9m4_files_py 604 B

123456789101112131415161718192021
  1. $OpenBSD: patch-p9m4_files_py,v 1.1.1.1 2011/03/07 22:26:24 jasper Exp $
  2. --- files.py.orig Fri Dec 7 21:46:28 2007
  3. +++ files.py Tue Jan 18 12:23:50 2011
  4. @@ -63,13 +63,13 @@ def bin():
  5. return 'bin'
  6. def bin_dir():
  7. - return os.path.join(program_dir(), bin())
  8. + return '${TRUEPREFIX}/libexec/prover9/'
  9. def image_dir():
  10. - return os.path.join(program_dir(), 'Images')
  11. + return '${TRUEPREFIX}/share/p9m4/Images/'
  12. def sample_dir():
  13. - return os.path.join(program_dir(), 'Samples')
  14. + return '${TRUEPREFIX}/share/p9m4/Samples/'
  15. def binary_ok(fullpath):
  16. if not fullpath: