mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-05-01 08:17:01 +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 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
source $stdenv/setup
|
source $stdenv/setup
|
||||||
|
|
||||||
mkdir -p $out/emacs/site-lisp
|
mkdir -p $out/share/emacs/site-lisp
|
||||||
cp $src $out/emacs/site-lisp/htmlize.el
|
cp $src $out/share/emacs/site-lisp/htmlize.el
|
||||||
|
|
Loading…
Add table
Reference in a new issue