mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-07 12:44:20 +00:00
btrbk: remove stale substituteInPlace
This commit is contained in:
parent
d0160b489f
commit
a494f92d9c
@ -24,12 +24,6 @@ stdenv.mkDerivation rec {
|
|||||||
# Tainted Mode disables PERL5LIB
|
# Tainted Mode disables PERL5LIB
|
||||||
substituteInPlace btrbk --replace "perl -T" "perl"
|
substituteInPlace btrbk --replace "perl -T" "perl"
|
||||||
|
|
||||||
# Fix btrbk-mail
|
|
||||||
substituteInPlace contrib/cron/btrbk-mail \
|
|
||||||
--replace "/bin/date" "${coreutils}/bin/date" \
|
|
||||||
--replace "/bin/echo" "${coreutils}/bin/echo" \
|
|
||||||
--replace '$btrbk' 'btrbk'
|
|
||||||
|
|
||||||
# Fix SSH filter script
|
# Fix SSH filter script
|
||||||
sed -i '/^export PATH/d' ssh_filter_btrbk.sh
|
sed -i '/^export PATH/d' ssh_filter_btrbk.sh
|
||||||
substituteInPlace ssh_filter_btrbk.sh --replace logger ${util-linux}/bin/logger
|
substituteInPlace ssh_filter_btrbk.sh --replace logger ${util-linux}/bin/logger
|
||||||
|
Loading…
Reference in New Issue
Block a user