summaryrefslogtreecommitdiffstats
path: root/core/modules/vmware12
diff options
context:
space:
mode:
authorSimon Rettberg2023-01-04 16:59:26 +0100
committerSimon Rettberg2023-01-04 16:59:26 +0100
commit6e954063540f4b5ad5bbf800ab13336b7c613977 (patch)
treecc61ab5ed6d3ce6da0b0ac2aaa67f80bebcd4d1e /core/modules/vmware12
parent[inc/chroot] Fix minor issues, work-around tmfs umount weirdness (diff)
downloadmltk-6e954063540f4b5ad5bbf800ab13336b7c613977.tar.gz
mltk-6e954063540f4b5ad5bbf800ab13336b7c613977.tar.xz
mltk-6e954063540f4b5ad5bbf800ab13336b7c613977.zip
[vmware12] cde is not available in chroot
Diffstat (limited to 'core/modules/vmware12')
-rw-r--r--core/modules/vmware12/module.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/modules/vmware12/module.build b/core/modules/vmware12/module.build
index 555341a0..56e0aa4c 100644
--- a/core/modules/vmware12/module.build
+++ b/core/modules/vmware12/module.build
@@ -152,7 +152,7 @@ build() {
[ -s "\$KMOD" ] || perror "Kmod \$KMOD does not exist"
[ ! -d "\${SHORT}-only" ] && tar xf "\$KMOD"
[ ! -d "\${SHORT}-only" ] && perror "untar of \$KMOD failed."
- cde "\${SHORT}-only"
+ cd "\${SHORT}-only" || exit 1
if ! patch -p1 < "\$file"; then
cd ..
rm -rf -- "\${SHORT}-only"