btrbk: install to bin

+1 -3
+1 -3
pkgs/tools/backup/btrbk/default.nix
··· 29 --replace '$btrbk' 'btrbk' 30 ''; 31 32 - fixupPhase = '' 33 - patchShebangs $out/ 34 - 35 wrapProgram $out/sbin/btrbk \ 36 --set PERL5LIB $PERL5LIB \ 37 --prefix PATH ':' "${stdenv.lib.makeBinPath [ btrfs-progs bash openssh ]}"
··· 29 --replace '$btrbk' 'btrbk' 30 ''; 31 32 + preFixup = '' 33 wrapProgram $out/sbin/btrbk \ 34 --set PERL5LIB $PERL5LIB \ 35 --prefix PATH ':' "${stdenv.lib.makeBinPath [ btrfs-progs bash openssh ]}"