makefile_helper: only chmod syncthing as this is what fails to rm

This commit is contained in:
spycat88
2025-11-17 19:46:41 +00:00
parent 3408387713
commit 1a3ca5c935
+1 -1
View File
@@ -19,7 +19,7 @@ fi
# task handling
case $1 in
--clean)
chmod -R u+rwX "${BUILD_ROOT}/${BUILD_BASE}."* 2>/dev/null
chmod -R u+rwX "${BUILD_ROOT}/${BUILD_BASE}."*/build/syncthing-* 2>/dev/null || true
rm -rf "${BUILD_ROOT}/${BUILD_BASE}."*/* "${BUILD_ROOT}/${BUILD_BASE}."*/.stamps
;;
--distclean)