summaryrefslogtreecommitdiffstats
path: root/scripts/lib/ptxd_make_world_patchin.sh
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-01 11:58:08 +0100
commit07276cd2da8a1b087d08596a0971003bc0e14a30 (patch)
tree54b0ca064f66184eca23bc61fb440f8dde5fa544 /scripts/lib/ptxd_make_world_patchin.sh
parent5816311f407c5b26fc279e9f80eff8af5e024d46 (diff)
downloadptxdist-07276cd2da8a1b087d08596a0971003bc0e14a30.tar.gz
ptxdist-07276cd2da8a1b087d08596a0971003bc0e14a30.tar.xz
ptxd_make_world_patchin: sort patches when creating missing series file
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'scripts/lib/ptxd_make_world_patchin.sh')
-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