mp3gain: Fix output path bin directory.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
aszlig 2014-12-30 22:30:05 +01:00
parent 814a0519fe
commit 9634b52039
No known key found for this signature in database
GPG Key ID: D0EBD0EC8C2DC961

View File

@ -14,8 +14,7 @@ stdenv.mkDerivation {
buildFlags = [ "OSTYPE=linux" ];
installPhase = ''
mkdir -p $out/usr/bin
cp mp3gain $out/usr/bin
install -vD mp3gain "$out/bin/mp3gain"
'';
meta = {