summaryrefslogtreecommitdiffstats
path: root/scripts/lib/ptxd_make_world_patchin.sh
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2010-07-16 15:29:26 +0200
committerMarc Kleine-Budde <mkl@pengutronix.de>2010-07-16 15:29:26 +0200
commit1520848b7812e6daf8f78cf084fbb14f57802082 (patch)
treedb5f006c0d84ecf42a2173aa26a5ea2032038a2c /scripts/lib/ptxd_make_world_patchin.sh
parent97cdd287d8ed06c3154340f04f43d491df669a13 (diff)
parent219728562e61ab5cf73bb6b5499fb68a36b273d2 (diff)
downloadptxdist-1520848b7812e6daf8f78cf084fbb14f57802082.tar.gz
ptxdist-1520848b7812e6daf8f78cf084fbb14f57802082.tar.xz
Merge branch 'next/image_cleanups' of git://git.pengutronix.de/git/mkl/ptxdist
Conflicts: scripts/lib/ptxd_make_install.sh This is due to "360f73777af1661d85ae0aa2434b6acde22da9fa" Fix dependencies to files in projectroot. The modifications to ptxd_make_install_init have been moved to ptxd_make_xpkg_prepare. Signed-off-by: Marc Kleine-Budde <mkl@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 087c60dba..91b8ff190 100644
--- a/scripts/lib/ptxd_make_world_patchin.sh
+++ b/scripts/lib/ptxd_make_world_patchin.sh
@@ -30,7 +30,7 @@ ptxd_make_world_patchin_apply_init()
${PTXDIST_PATH_PATCHES//://${pkg_pkg} }"
# find patch_dir
- if ! ptxd_get_dirs "${path}"; then
+ if ! ptxd_get_path "${path}"; then
echo "patchin: no patches found"
return
fi