mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 15:11:35 +00:00
Correct the output directory adding missing prefix "share".
svn path=/nixpkgs/trunk/; revision=23383
This commit is contained in:
parent
14760d869b
commit
8b2437156b
|
@ -1,4 +1,4 @@
|
|||
source $stdenv/setup
|
||||
|
||||
mkdir -p $out/emacs/site-lisp
|
||||
cp $src $out/emacs/site-lisp/htmlize.el
|
||||
mkdir -p $out/share/emacs/site-lisp
|
||||
cp $src $out/share/emacs/site-lisp/htmlize.el
|
||||
|
|
Loading…
Reference in a new issue