From: Ian Kelling Date: Sat, 27 Jul 2024 09:25:58 +0000 (-0400) Subject: minor fix X-Git-Url: https://iankelling.org/git/?a=commitdiff_plain;h=64691ced31a057a784f9887cb05ea8323ece089d;p=distro-setup minor fix --- diff --git a/filesystem/usr/local/bin/btrbk-run b/filesystem/usr/local/bin/btrbk-run index dcad541..47b35f5 100755 --- a/filesystem/usr/local/bin/btrbk-run +++ b/filesystem/usr/local/bin/btrbk-run @@ -488,7 +488,7 @@ if ! $force && { $check_installed || [[ ! $source ]]; } ; then btrbk-run ) for f in ${install_bin_files[@]}; do - if ! diff -q /a/bin/ds/$f /usr/local/bin/$f; then + if ! diff -q /a/bin/ds/filesystem/usr/local/bin/$f /usr/local/bin/$f; then uninstalled-file-die $f fi done