mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
CEDET: Fix installation.
svn path=/nixpkgs/trunk/; revision=14250
This commit is contained in:
parent
8fba10c951
commit
38dd615de3
@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
installPhase = ''
|
||||
ensureDir "$out/share/emacs/site-lisp"
|
||||
cp -v */*.el */*.elc "$out/share/emacs/site-lisp"
|
||||
cp -v */*.el */*/*.el */*.elc */*/*.elc "$out/share/emacs/site-lisp"
|
||||
chmod a-x "$out/share/emacs/site-lisp/"*
|
||||
|
||||
ensureDir "$out/share/info"
|
||||
|
Loading…
Reference in New Issue
Block a user