diff options
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/gtk-icon-cache.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/gtk-icon-cache.bbclass b/meta/classes/gtk-icon-cache.bbclass index 425397af3a..0f1052b08c 100644 --- a/meta/classes/gtk-icon-cache.bbclass +++ b/meta/classes/gtk-icon-cache.bbclass | |||
@@ -6,7 +6,7 @@ gtk_icon_cache_postinst() { | |||
6 | if [ "x$D" != "x" ]; then | 6 | if [ "x$D" != "x" ]; then |
7 | $INTERCEPT_DIR/postinst_intercept update_icon_cache ${PKG} \ | 7 | $INTERCEPT_DIR/postinst_intercept update_icon_cache ${PKG} \ |
8 | mlprefix=${MLPREFIX} \ | 8 | mlprefix=${MLPREFIX} \ |
9 | libdir=${libdir} | 9 | libdir_native=${libdir_native} |
10 | else | 10 | else |
11 | 11 | ||
12 | # Update the pixbuf loaders in case they haven't been registered yet | 12 | # Update the pixbuf loaders in case they haven't been registered yet |