Fixing cdrkit cdrecord link.
svn path=/nixpkgs/trunk/; revision=15584
This commit is contained in:
parent
0a54c9bcff
commit
6094c84369
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
|
|||||||
postInstall = ''
|
postInstall = ''
|
||||||
# file name compatibility with the old cdrecord (growisofs wants this name)
|
# file name compatibility with the old cdrecord (growisofs wants this name)
|
||||||
ln -s $out/bin/genisoimage $out/bin/mkisofs
|
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)";
|
makeFlags = "PREFIX=\$(out)";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user