summaryrefslogtreecommitdiffstats
path: root/scripts/lib/ptxd_make_world_install.sh
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2011-05-04 12:23:14 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-05-04 12:23:56 +0200
commite69206eb6237d3e6a823c46a3218d0ece0e94ad0 (patch)
tree9af4c26ae655482a1a3f8c94ff1fabb37f6fdafd /scripts/lib/ptxd_make_world_install.sh
parent18b978626a4b380a3d151307361c463e5b981d0e (diff)
downloadptxdist-e69206eb6237d3e6a823c46a3218d0ece0e94ad0.tar.gz
ptxdist-e69206eb6237d3e6a823c46a3218d0ece0e94ad0.tar.xz
ptxd_make_world_install: create /usr/share/misc directory
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
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 4ef94047d..174fa5937 100644
--- a/scripts/lib/ptxd_make_world_install.sh
+++ b/scripts/lib/ptxd_make_world_install.sh
@@ -17,7 +17,7 @@ ptxd_make_world_install_prepare() {
return
fi &&
rm -rf -- "${pkg_pkg_dir}" &&
- mkdir -p -- "${pkg_pkg_dir}"/{etc,{,usr/}{lib,{,s}bin,include,{,share/}man/man{1,2,3,4,5,6,7,8,9}}}
+ mkdir -p -- "${pkg_pkg_dir}"/{etc,{,usr/}{lib,{,s}bin,include,{,share/}{man/man{1,2,3,4,5,6,7,8,9},misc}}}
}
export -f ptxd_make_world_install_prepare