Install BBDB to `$out/share/emacs/site-lisp'.
svn path=/nixpkgs/trunk/; revision=10767
This commit is contained in:
parent
d494e7e709
commit
067c7ed0af
@ -1,7 +1,7 @@
|
|||||||
source "$stdenv/setup"
|
source "$stdenv/setup" || exit 1
|
||||||
|
|
||||||
unpackPhase && \
|
unpackPhase && \
|
||||||
cd bbdb-*.* && \
|
cd bbdb-*.* && \
|
||||||
./configure --prefix="$out" \
|
./configure --prefix="$out" \
|
||||||
--with-package-dir="$out/lib/site-emacs" && \
|
--with-package-dir="$out/share/emacs/site-lisp" && \
|
||||||
make && make install-pkg
|
make && make install-pkg
|
||||||
|
Loading…
x
Reference in New Issue
Block a user