File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -150,10 +150,10 @@ if [ -x "$gtk3_immodules_query" ]; then
150
150
echo " Updating immodules cache in $APPDIR /$gtk3_immodules_cache_file "
151
151
" $gtk3_immodules_query " > " $APPDIR /$gtk3_immodules_cache_file "
152
152
else
153
- echo " Warning : gtk-query-immodules-3.0 not found"
153
+ echo " WARNING : gtk-query-immodules-3.0 not found"
154
154
fi
155
155
if [ ! -f " $APPDIR /$gtk3_immodules_cache_file " ]; then
156
- echo " Warning : immodules.cache file is missing"
156
+ echo " WARNING : immodules.cache file is missing"
157
157
fi
158
158
159
159
echo " Installing GDK PixBufs"
@@ -173,10 +173,10 @@ if [ -x "$gdk_pixbuf_query" ]; then
173
173
echo " Updating pixbuf cache in $APPDIR /$gdk_pixbuf_cache_file "
174
174
" $gdk_pixbuf_query " > " $APPDIR /$gdk_pixbuf_cache_file "
175
175
else
176
- echo " Warning : gdk-pixbuf-query-loaders not found"
176
+ echo " WARNING : gdk-pixbuf-query-loaders not found"
177
177
fi
178
178
if [ ! -f " $APPDIR /$gdk_pixbuf_cache_file " ]; then
179
- echo " Warning : loaders.cache file is missing"
179
+ echo " WARNING : loaders.cache file is missing"
180
180
fi
181
181
182
182
echo " Copying more libraries"
You can’t perform that action at this time.
0 commit comments