minor fix
authorIan Kelling <ian@iankelling.org>
Sat, 27 Jul 2024 09:25:58 +0000 (05:25 -0400)
committerIan Kelling <ian@iankelling.org>
Sat, 27 Jul 2024 09:25:58 +0000 (05:25 -0400)
filesystem/usr/local/bin/btrbk-run

index dcad541c3ad622258e337c75e98d2aa95faec1d0..47b35f54c8e91846a9799de8fed262aa8472fc55 100755 (executable)
@@ -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