mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-07-12 18:19:42 -07:00
makefile_helper: only chmod syncthing as this is what fails to rm
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user