fix: forgot to update the path of the patched file at one point

This commit is contained in:
Matthijs Steen
2023-05-02 21:59:18 +02:00
parent ebb1fdeb87
commit e26b40ef08
+1 -1
View File
@@ -134,7 +134,7 @@
local actual_dir=$bins_dir/$1
local patched_file=${installPath}/.$bin.patched
if [[ -e $actual_dir/.patched ]]; then
if [[ -e $patched_file ]]; then
return 0
fi