summaryrefslogtreecommitdiffstats
path: root/scripts/lib/ptxd_make_world_install.sh
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2009-07-08 08:58:19 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2009-07-08 08:58:19 +0000
commit09bd5d81a1385d128a8354bd0eee4e658d920ae5 (patch)
treea136544457bc557789996c5609069cb3b0681137 /scripts/lib/ptxd_make_world_install.sh
parenta3cf5916cbedcb3475f54734b2d3d4de9ee32773 (diff)
downloadptxdist-09bd5d81a1385d128a8354bd0eee4e658d920ae5.tar.gz
ptxdist-09bd5d81a1385d128a8354bd0eee4e658d920ae5.tar.xz
[ptxd_make_world_install] delete pkg_pkgdir properly before "make install"
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10949 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'scripts/lib/ptxd_make_world_install.sh')
-rw-r--r--scripts/lib/ptxd_make_world_install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/ptxd_make_world_install.sh b/scripts/lib/ptxd_make_world_install.sh
index 062fdefc7..c15704890 100644
--- a/scripts/lib/ptxd_make_world_install.sh
+++ b/scripts/lib/ptxd_make_world_install.sh
@@ -37,7 +37,7 @@ export -f ptxd_make_world_install_pkg
# Perform standard install actions
#
ptxd_make_world_install_target() {
- rm -rf -- "${pkg_pkgdir}}" &&
+ rm -rf -- "${pkg_pkgdir}" &&
mkdir -p -- "${pkg_pkgdir}"/{etc,{,usr/}{lib,{,s}bin,include,{,share/}man/man{1,2,3,4,5,6,7,8,9}}} &&
ptxd_make_world_install_pkg "${pkg_pkgdir}" || return