summaryrefslogtreecommitdiffstats
path: root/core/modules/vmware12/module.build
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules/vmware12/module.build')
-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 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