Release 0.1.1, remove windows/osx release targets
[clnl] / bin / buildlinuxexec.sh
index cc1d5c6e6b0837178ad9745f36e060ee27a6c937..9150af5e16cf2cae2bc5232dbfd564ebc994cf03 100755 (executable)
@@ -1,7 +1,6 @@
 #!/bin/bash
 
 # This script builds a verion of sbcl with the libraries pre loaded
-# Remember to update bin/buildosxsbcl when you update this.
 
 mkdir -p tmp/sbcl
 
@@ -30,7 +29,7 @@ mkdir -p tmp/deps/
 
 SBCL_HOME="" tmp/sbcl/bin/sbcl --core tmp/sbcl/lib/sbcl/sbcl.core \
   --eval "(require 'asdf)" \
-  --eval "(asdf:initialize-source-registry '(:source-registry (:tree \"${PWD}/tmp/deps\") (:tree \"${PWD}/src/main\") :IGNORE-INHERITED-CONFIGURATION))" \
+  --eval "(asdf:initialize-source-registry '(:source-registry (:tree \"${PWD}/tmp/deps\") (:tree \"${PWD}/\") :IGNORE-INHERITED-CONFIGURATION))" \
   --eval "(asdf:load-system :clnl)" \
   --eval "(asdf:load-system :clnl-extension-cli)" \
   --eval "(asdf:clear-output-translations)" \