From: Matt Birkholz Date: Sat, 10 Nov 2018 19:56:47 +0000 (-0700) Subject: ffi/build: typo, free variable X-Git-Tag: mit-scheme-pucked-10.1.2~16^2~66 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=1fd0c0337976d3b4e36a10bc1e0903c1e23f3289;p=mit-scheme.git ffi/build: typo, free variable --- diff --git a/src/ffi/build.scm b/src/ffi/build.scm index 1bb70d1b9..5e66da772 100644 --- a/src/ffi/build.scm +++ b/src/ffi/build.scm @@ -76,8 +76,7 @@ USA. (declare (ignore project)) (if (file-exists? (merge-pathnames "optiondb.scm" scmlibdir)) ;; NOT in dpkg-buildpackage's chroot - (update-optiondb plugins - (update-plugins-file operation name scmlibdir) + (update-optiondb (update-plugins-file operation name scmlibdir) scmlibdir))) (define (update-plugin-doc operation name project infodir scmdocdir)