Update clark-git PKGBUILD

Explicitly load the `.asd' file. SBCL 1.1.10 needs this.
This commit is contained in:
Tom Willemse 2013-08-27 00:15:22 +02:00
parent f4c88dfc3f
commit f138f46d63

View file

@ -1,6 +1,6 @@
_name=clark
pkgname=$_name-git
pkgver=20130606
pkgver=20130826
pkgrel=1
pkgdesc="Store bookmarks, in common lisp."
arch=('x86_64')
@ -21,7 +21,8 @@ pkgver()
build()
{
cd "$srcdir/$_name"
make LISP="sbcl --no-userinit --disable-debugger --eval \"(require 'sb-posix)\""
make LISP="sbcl --no-userinit --disable-debugger --eval \"(require 'sb-posix)\" \
--load \"clark.asd\""
}
package()