# HG changeset patch # User Jan Nieuwenhuizen # Date 1296404223 -3600 # Node ID e0d807cdae6381c570096cb113286af7924a786f # Parent d0006ae646bd86fdfbf1cb8aff21e9c038db573c g-wrap: shlib dir typo. Fixes starting g-wrap from GUB. This is probably why others could not run schikkers-list from GUB. diff -r d0006ae646bd -r e0d807cdae63 gub/specs/g-wrap.py --- a/gub/specs/g-wrap.py Sun Jan 30 15:11:39 2011 +0100 +++ b/gub/specs/g-wrap.py Sun Jan 30 17:17:03 2011 +0100 @@ -25,7 +25,7 @@ target.AutoBuild.install (self) self.dump (''' (define (get-prefix-dir) (dirname (dirname (car (command-line))))) -(define *g-wrap-shlib* (string-append (get-prefix-dir) "/lib/g-wrap/modules/")) +(define *g-wrap-shlib-dir* (string-append (get-prefix-dir) "/lib/g-wrap/modules/")) ''', '%(install_prefix)s/share/guile/site/g-wrap/config.scm', mode='a')