Sophie

Sophie

distrib > Mageia > 6 > x86_64 > by-pkgid > 97c3c87a0c22a14a64ae16c3a0bcb516 > files > 1

bakefile-0.2.9-10.mga6.src.rpm

diff -p -up ./src/config.py.orig ./src/config.py
--- ./src/config.py.orig	2012-10-28 16:37:19.792263735 +0000
+++ ./src/config.py	2012-10-28 16:37:35.278598579 +0000
@@ -43,7 +43,7 @@ searchPath = os.getenv('BAKEFILE_PATHS',
 if searchPath == ['']: searchPath = []
 
 progdir = os.path.dirname(os.path.realpath(sys.argv[0]))
-datadir = os.path.join(progdir, '..', '..', 'share', 'bakefile')
+datadir = os.path.join(progdir, '..', '..', '..', '..', 'share', 'bakefile')
 if not os.path.isfile(os.path.join(datadir, 'rules', 'FORMATS.bkmanifest')):
     datadir = os.path.join(progdir, '..')
 searchPath.append(os.path.normpath(os.path.join(datadir, 'rules')))