sbcl: Fix extract_dir (#2716)

This commit is contained in:
Nathan Mueller 2021-10-04 13:33:03 -06:00 committed by GitHub
parent 3b3170f8b1
commit 2e4c947f12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@
"64bit": {
"url": "https://downloads.sourceforge.net/project/sbcl/sbcl/2.1.9/sbcl-2.1.9-x86-64-windows-binary.msi",
"hash": "sha1:46cc7a499cf5b597be7cd3aac52ad5a0482d2015",
"extract_dir": "PFiles\\Steel Bank Common Lisp\\2.1.9"
"extract_dir": "PFiles\\Steel Bank Common Lisp"
}
},
"bin": "sbcl.exe",
@ -26,7 +26,7 @@
"architecture": {
"64bit": {
"url": "https://downloads.sourceforge.net/project/sbcl/sbcl/$version/sbcl-$version-x86-64-windows-binary.msi",
"extract_dir": "PFiles\\Steel Bank Common Lisp\\$version"
"extract_dir": "PFiles\\Steel Bank Common Lisp"
}
}
}