Bug fixes

This commit is contained in:
Adam J. Stewart
2016-07-05 11:12:26 -05:00
parent 7e53f4328f
commit 9e05fdf4a1
2 changed files with 3 additions and 4 deletions

View File

@@ -37,9 +37,9 @@ class Libctl(Package):
depends_on('guile')
def install(self, spec, prefix):
configure('--prefix={0}'.format(prefix)
configure('--prefix={0}'.format(prefix),
'GUILE={0}'.format(spec['guile'].prefix))
#GUILE_CONFIG=/path/to/guile-config
# GUILE_CONFIG=/path/to/guile-config
make()
make('check')