btrbk: remove stale substituteInPlace

This commit is contained in:
Sandro Jäckel 2021-02-16 05:03:09 +01:00
parent d0160b489f
commit a494f92d9c
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -24,12 +24,6 @@ stdenv.mkDerivation rec {
# Tainted Mode disables PERL5LIB
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
sed -i '/^export PATH/d' ssh_filter_btrbk.sh
substituteInPlace ssh_filter_btrbk.sh --replace logger ${util-linux}/bin/logger