mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 21:32:23 +03:00
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 && \
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user