fix: Use Path instead - missing 2 bin

This commit is contained in:
Peritia 2025-12-22 14:40:54 +01:00
parent 8b085c8032
commit f1c94810b0

View file

@ -20,6 +20,9 @@ PV_BIN="@PV_BIN@"
DU_BIN="@DU_BIN@"
BZIP2_BIN="@BZIP2_BIN@"
XZ_BIN="@XZ_BIN@"
WC_BIN="@WC_BIN@"
FIND_BIN="@FIND_BIN@"
# Convenience wrappers
rsync_cmd="$RSYNC_BIN"
@ -35,7 +38,8 @@ pv_cmd="$PV_BIN"
du_cmd="$DU_BIN"
bzip2_cmd="$BZIP2_BIN"
xz_cmd="$XZ_BIN"
wc_cmd="$WC_BIN"
find_cmd="$FIND_BIN"
# PATH extension