Be more verbose
svn path=/nixpkgs/trunk/; revision=24997
This commit is contained in:
parent
c87a2ea713
commit
292db979cb
@ -13,7 +13,7 @@ stdenv.mkDerivation {
|
|||||||
postInstall =
|
postInstall =
|
||||||
''
|
''
|
||||||
ensureDir $out/share/ladspa/
|
ensureDir $out/share/ladspa/
|
||||||
ln -s $out/lib/ladspa $out/share/ladspa/lib
|
ln -sv $out/lib/ladspa $out/share/ladspa/lib
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user