summaryrefslogtreecommitdiff
path: root/extra/sbcl
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-02-08 12:48:58 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2013-02-08 12:48:58 +0100
commit9866fa59a35ebbae88bec725eba8551f34990e03 (patch)
tree08c8ee416d88d0e865b85728be396176d69772d6 /extra/sbcl
parenta56d1a610bd4032e2eae610289333ad112fc5ba1 (diff)
parent7c92c5fcfb5653f63243842299e413672653d1ad (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: core/perl/PKGBUILD extra/postgresql/PKGBUILD extra/vim/PKGBUILD libre/linux-libre-tools/PKGBUILD
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 70df8abd3..6303aa1fe 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>
@@ -55,8 +55,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"