diff options
Diffstat (limited to 'src/pre-inst-skribilo.in')
-rwxr-xr-x | src/pre-inst-skribilo.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pre-inst-skribilo.in b/src/pre-inst-skribilo.in index 96343b9..b5bd080 100755 --- a/src/pre-inst-skribilo.in +++ b/src/pre-inst-skribilo.in @@ -21,7 +21,7 @@ # A pre-installation `skribilo' executable that makes sure to load # stuff from the source directory rather than the installation directory. -main='(module-ref (resolve-module '\''(skribilo)) '\'main')' +main='(module-ref (resolve-interface '\''(skribilo)) '\'skribilo')' exec ${GUILE-@GUILE@} -L "@abs_top_srcdir@/src/guile" \ -L "@abs_top_builddir@/src/guile" \ -c " |