summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scripts/functions5
1 files changed, 0 insertions, 5 deletions
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) ;;