Adding symlinks for cdrkit, to be similar to the cdrtools.

svn path=/nixpkgs/trunk/; revision=15203
wip/yesman
Lluís Batlle i Rossell 15 years ago
parent 01f309e2d4
commit ea933bf894
  1. 6
      pkgs/tools/cd-dvd/cdrkit/default.nix

@ -10,6 +10,12 @@ stdenv.mkDerivation rec {
buildInputs = [cmake libcap zlib bzip2];
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
'';
makeFlags = "PREFIX=\$(out)";
meta = {

Loading…
Cancel
Save