3
0
Fork 0
forked from mirrors/nixpkgs

Be more verbose

svn path=/nixpkgs/trunk/; revision=24997
This commit is contained in:
Yury G. Kudryashov 2010-12-06 12:04:42 +00:00
parent c87a2ea713
commit 292db979cb

View file

@ -13,7 +13,7 @@ stdenv.mkDerivation {
postInstall =
''
ensureDir $out/share/ladspa/
ln -s $out/lib/ladspa $out/share/ladspa/lib
ln -sv $out/lib/ladspa $out/share/ladspa/lib
'';
meta = {