Fixing cdrkit cdrecord link.

svn path=/nixpkgs/trunk/; revision=15584
This commit is contained in:
Lluís Batlle i Rossell 2009-05-13 10:21:24 +00:00
parent 0a54c9bcff
commit 6094c84369

View File

@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
postInstall = ''
# file name compatibility with the old cdrecord (growisofs wants this name)
ln -s $out/bin/genisoimage $out/bin/mkisofs
ln -s $out/bin/devdump $out/bin/cdrecord
ln -s $out/bin/wodim $out/bin/cdrecord
'';
makeFlags = "PREFIX=\$(out)";