pkgsrc/lang/scm/files/require.scm
jlam 450de6fd75 Honor PKGINFODIR and PKGMANDIR and set the correct location of the slib
*.scm files.  Also properly separate out the configure step into its
own target.
2006-04-04 20:47:21 +00:00

2 lines
106 B
Scheme

(define (library-vicinity) "@SLIB_PREFIX@/share/slib/")
(load (in-vicinity (library-vicinity) "require"))