summaryrefslogtreecommitdiff
path: root/scripts/update-patches
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/update-patches')
-rw-r--r--scripts/update-patches4
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/update-patches b/scripts/update-patches
index e55e1aee7..d38a8fdf4 100644
--- a/scripts/update-patches
+++ b/scripts/update-patches
@@ -70,10 +70,6 @@ else
fi
ORGDIST=${D_BASE}/${D_SUB}.orig
-[[ -d $EXTRADIR ]] && \
- (cd $EXTRADIR; find . -print0) | \
- (cd $WRKDIST; pax -rw -0 -d $ORGDIST/)
-
if [[ -e $WRKDIST/.patched-newfiles ]]; then
touch $ORGDIST/.patched-newfiles
patch_newfiles=1