summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Bauer2019-09-03 13:16:10 +0200
committerJonathan Bauer2019-09-03 13:16:10 +0200
commit7da560b475fefebf8397bbc8f961af6d46220647 (patch)
tree9afb36418f1ae6838ac11ed682e67397ec3dabd9
parent[rootfs-stage31] Clean up network config, increase delay on retry (diff)
downloadmltk-7da560b475fefebf8397bbc8f961af6d46220647.tar.gz
mltk-7da560b475fefebf8397bbc8f961af6d46220647.tar.xz
mltk-7da560b475fefebf8397bbc8f961af6d46220647.zip
[vmware*] fix bad variable names
-rw-r--r--core/modules/vmware12/module.build2
-rw-r--r--core/modules/vmware15/module.build2
2 files changed, 2 insertions, 2 deletions
diff --git a/core/modules/vmware12/module.build b/core/modules/vmware12/module.build
index 99f7026b..5f05596b 100644
--- a/core/modules/vmware12/module.build
+++ b/core/modules/vmware12/module.build
@@ -213,7 +213,7 @@ build() {
post_copy() {
# Update Icon cache for vmplayer, older versions had the version in their names, newer do not...
- for guic in gtk-update-icon-cache{,-3.0} fail; do
+ for guid in gtk-update-icon-cache{,-3.0} fail; do
if [ "$guid" = "fail" ]; then
pwarning "Updating icon cache failed."
break
diff --git a/core/modules/vmware15/module.build b/core/modules/vmware15/module.build
index 3b7d5ff3..8eca4ff9 100644
--- a/core/modules/vmware15/module.build
+++ b/core/modules/vmware15/module.build
@@ -147,7 +147,7 @@ post_copy() {
tarcopy "$(find /usr/lib/ /usr/lib64 -name gconv -type d)" "$TARGET_BUILD_DIR"
# Update Icon cache for vmplayer, older versions had the version in their names, newer do not...
- for guic in gtk-update-icon-cache{,-3.0} fail; do
+ for guid in gtk-update-icon-cache{,-3.0} fail; do
if [ "$guid" = "fail" ]; then
pwarning "Updating icon cache failed."
break