Update clark-git PKGBUILD
Explicitly load the `.asd' file. SBCL 1.1.10 needs this.
This commit is contained in:
parent
f4c88dfc3f
commit
f138f46d63
1 changed files with 3 additions and 2 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue