From 1fd0c0337976d3b4e36a10bc1e0903c1e23f3289 Mon Sep 17 00:00:00 2001 From: Matt Birkholz Date: Sat, 10 Nov 2018 12:56:47 -0700 Subject: [PATCH] ffi/build: typo, free variable --- src/ffi/build.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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) -- 2.25.1