Install BBDB to `$out/share/emacs/site-lisp'.

svn path=/nixpkgs/trunk/; revision=10767
This commit is contained in:
Ludovic Courtès 2008-02-20 10:32:22 +00:00
parent d494e7e709
commit 067c7ed0af

View File

@ -1,7 +1,7 @@
source "$stdenv/setup"
source "$stdenv/setup" || exit 1
unpackPhase && \
cd bbdb-*.* && \
./configure --prefix="$out" \
--with-package-dir="$out/lib/site-emacs" && \
unpackPhase && \
cd bbdb-*.* && \
./configure --prefix="$out" \
--with-package-dir="$out/share/emacs/site-lisp" && \
make && make install-pkg