libav*.tools: remove overlapping paths, fixes #6682

This commit is contained in:
Vladimír Čunát 2015-03-06 12:51:41 +01:00
parent ad896e1737
commit cdd00f47fa

View file

@ -79,10 +79,10 @@ let
outputs = [ "out" "tools" ];
# move avplay to get rid of the SDL dependency in the main output
postInstall = ''
mkdir -p "$tools/bin"
mv "$out/bin/avplay" "$tools/bin"
cp -s "$out"/bin/* "$tools/bin/"
'';
doInstallCheck = false; # fails randomly