summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2011-01-03 16:52:14 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-01-24 18:09:53 +0100
commit8b1dc58bbc4d4ec040ff7c60dc6536e0f6f4f013 (patch)
tree51d3815907bc7d2cb599ba4a1547e2cb24850070 /scripts
parent5693cdf181569c3377896d009985249883e1f8f5 (diff)
downloadptxdist-8b1dc58bbc4d4ec040ff7c60dc6536e0f6f4f013.tar.gz
ptxdist-8b1dc58bbc4d4ec040ff7c60dc6536e0f6f4f013.tar.xz
[ptxd_make_xpkg_finish] use ptxd_in_path to search in PTXDIST_PATH_RULES
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/lib/ptxd_make_xpkg_finish.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/ptxd_make_xpkg_finish.sh b/scripts/lib/ptxd_make_xpkg_finish.sh
index d7ba5ac94..9ca9c16a6 100644
--- a/scripts/lib/ptxd_make_xpkg_finish.sh
+++ b/scripts/lib/ptxd_make_xpkg_finish.sh
@@ -108,7 +108,7 @@ EOF
# post install
#
# FIXME: install ipkg rather than executing script
- if ptxd_get_path "${PTXDIST_PATH_RULES//://${pkg_xpkg}.postinst }"; then
+ if ptxd_in_path PTXDIST_PATH_RULES "${pkg_xpkg}.postinst"; then
echo "xpkg_finish: running postinst"
DESTDIR="${ptx_nfsroot}" /bin/sh "${ptxd_reply}"
DESTDIR="${ptx_nfsroot_dbg}" /bin/sh "${ptxd_reply}"