summaryrefslogtreecommitdiff
path: root/extra/sbcl
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-02-08 00:08:16 -0800
committerroot <root@rshg054.dnsready.net>2013-02-08 00:08:16 -0800
commit7c92c5fcfb5653f63243842299e413672653d1ad (patch)
tree3487915cdf6e673c8a6dccfbd2a526e341550c87 /extra/sbcl
parent8e5a0a990a12a59cadb687cae22a1960fce1660b (diff)
Fri Feb 8 00:08:16 PST 2013
Diffstat (limited to 'extra/sbcl')
-rw-r--r--extra/sbcl/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/sbcl/PKGBUILD b/extra/sbcl/PKGBUILD
index 19bd580ca..04a3dbeaf 100644
--- a/extra/sbcl/PKGBUILD
+++ b/extra/sbcl/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 174261 2013-01-03 12:31:28Z juergen $
+# $Id: PKGBUILD 177550 2013-02-07 05:42:47Z eric $
# Contributor: John Proctor <jproctor@prium.net>
# Contributor: Daniel White <daniel@whitehouse.id.au>
# Maintainer: Juergen Hoetzel <juergen@archlinux.org>
@@ -49,8 +49,8 @@ package() {
INSTALL_ROOT="$pkgdir/usr" sh install.sh
- src/runtime/sbcl --core output/sbcl.core --script ${startdir}/src/arch-fixes.lisp
- mv sbcl-new.core ${startdir}/pkg/usr/lib/sbcl/sbcl.core
+ src/runtime/sbcl --core output/sbcl.core --script "${srcdir}/arch-fixes.lisp"
+ mv sbcl-new.core "${pkgdir}/usr/lib/sbcl/sbcl.core"
# sources
mkdir -p "$pkgdir/usr/share/sbcl-source"