From 78c8bade3767b6c10de592bae09b80a04de6a8c5 Mon Sep 17 00:00:00 2001 From: Francois-Rene Rideau <tunes@google.com> Date: Sat, 19 Jan 2013 15:11:13 -0500 Subject: [PATCH] Fix script wrt changed API. --- bin/asdf-builder | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/asdf-builder b/bin/asdf-builder index d99af889..60d281ba 100755 --- a/bin/asdf-builder +++ b/bin/asdf-builder @@ -56,7 +56,7 @@ (system-source-directory sys) :want-absolute t :want-directory t)) (components - (asdf::operated-components + (asdf::required-components sys :other-systems nil :goal-operation 'load-op :keep-operation 'load-op -- GitLab