summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2011-11-01 11:22:31 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-11-04 14:46:24 +0100
commit83e6e73a59674187aa5b987e0315231f14f1c01d (patch)
tree18dc4f2ec82298377209d11242267ef4f2d64b07
parentb1c1efae8c5bf5a67ebce28364a07147e2ccd326 (diff)
downloadptxdist-stable/ptxdist-2011.11.x.tar.gz
ptxdist-stable/ptxdist-2011.11.x.tar.xz
ptxd_make_world_patchin: sort patches when creating missing series filestable/ptxdist-2011.11.x
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de> (cherry picked from commit 07276cd2da8a1b087d08596a0971003bc0e14a30) Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--scripts/lib/ptxd_make_world_patchin.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/ptxd_make_world_patchin.sh b/scripts/lib/ptxd_make_world_patchin.sh
index d3544f245..f1451d2d5 100644
--- a/scripts/lib/ptxd_make_world_patchin.sh
+++ b/scripts/lib/ptxd_make_world_patchin.sh
@@ -282,7 +282,7 @@ ptxd_make_world_patchin_apply()
-name "*.patch" -o \
-name "*.bz2" -o \
-name "*.gz" | \
- sed -e "s:^[.]/::" > \
+ sed -e "s:^[.]/::" | sort > \
"${pkg_patch_series}" &&
popd > /dev/null