From 32fd4c0963bc6c5992c01829623ac0929600f240 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Thu, 3 Mar 2011 23:46:03 +0100 Subject: scripts: do not chmod u+w the whole source directory Doing a chmod on the whole source dir after every packages are extracted can take a hell of a lot of time. The offending packages are far from legion, and they now have their own chmod u+w to cleanup their own mess... Reported-by: ANDY KENNEDY Signed-off-by: "Yann E. MORIN" diff --git a/scripts/functions b/scripts/functions index 1e876de..f744d53 100644 --- a/scripts/functions +++ b/scripts/functions @@ -681,11 +681,6 @@ CT_Extract() { *) CT_Abort "Don't know how to handle '${basename}${ext}': unknown extension";; esac - # Some tarballs have read-only files... :-( - # Because of nochdir, we don't know where we are, so chmod all - # the src tree - CT_DoExecLog DEBUG chmod -R u+w "${CT_SRC_DIR}" - # Don't mark as being extracted for git case "${ext}" in /.git) ;; -- cgit v0.10.2-6-g49f6