mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
Try harder to remove $MC_BUILD_DIR - use chmod.
This commit is contained in:
parent
8dcd811ec9
commit
5365b83ae1
@ -36,6 +36,7 @@ DIR="/public/ftp/pub/Linux/utils/file/managers/mc/snapshots"
|
||||
|
||||
cd "$MC_CVS_DIR"
|
||||
cvs up -dPA
|
||||
test -d "$MC_BUILD_DIR" && chmod -R u+rwx "$MC_BUILD_DIR"
|
||||
rm -rf "$MC_BUILD_DIR"
|
||||
cp -a "$MC_CVS_DIR" "$MC_BUILD_DIR"
|
||||
cd "$MC_BUILD_DIR"
|
||||
|
Loading…
Reference in New Issue
Block a user