sbcl: add extract_dir and fix directories (closes #2361)

This commit is contained in:
Richard Kuhnt 2018-07-07 18:17:19 +02:00
parent ec57bdbd50
commit 3c1b393597

View File

@ -5,15 +5,14 @@
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://downloads.sourceforge.net/project/sbcl/sbcl/1.4.2/sbcl-1.4.2-x86-64-windows-binary.msi", "url": "https://downloads.sourceforge.net/project/sbcl/sbcl/1.4.2/sbcl-1.4.2-x86-64-windows-binary.msi",
"hash": "sha1:e895c6b92aa5c590db9c3c88a6f0d543744094e4" "hash": "sha1:e895c6b92aa5c590db9c3c88a6f0d543744094e4",
"extract_dir": "PFiles\\Steel Bank Common Lisp\\1.4.2"
} }
}, },
"env_set": { "env_set": {
"SBCL_HOME": "$dir\\PFiles\\Steel Bank Common Lisp\\1.3.18" "SBCL_HOME": "$dir"
}, },
"bin": [ "bin": "sbcl.exe",
"PFiles\\Steel Bank Common Lisp\\1.3.18\\sbcl.exe"
],
"checkver": { "checkver": {
"url": "http://www.sbcl.org/platform-table.html", "url": "http://www.sbcl.org/platform-table.html",
"re": "sbcl-([\\d.]+)-x86-64-windows" "re": "sbcl-([\\d.]+)-x86-64-windows"
@ -21,7 +20,8 @@
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://downloads.sourceforge.net/project/sbcl/sbcl/$version/sbcl-$version-x86-64-windows-binary.msi" "url": "https://downloads.sourceforge.net/project/sbcl/sbcl/$version/sbcl-$version-x86-64-windows-binary.msi",
"extract_dir": "PFiles\\Steel Bank Common Lisp\\$version"
} }
} }
}, },