diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/update-patches | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/update-patches b/scripts/update-patches index 2c3f57278..e55e1aee7 100644 --- a/scripts/update-patches +++ b/scripts/update-patches @@ -72,7 +72,7 @@ ORGDIST=${D_BASE}/${D_SUB}.orig [[ -d $EXTRADIR ]] && \ (cd $EXTRADIR; find . -print0) | \ - (cd $WRKDIST; pax -rw -0 -d $ORGDIST/) >/dev/null 2>&1 + (cd $WRKDIST; pax -rw -0 -d $ORGDIST/) if [[ -e $WRKDIST/.patched-newfiles ]]; then touch $ORGDIST/.patched-newfiles |