summaryrefslogtreecommitdiffstats
path: root/meta/classes
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes')
-rw-r--r--meta/classes/pixbufcache.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/pixbufcache.bbclass b/meta/classes/pixbufcache.bbclass
index aa9815cc6f..b3e507f61b 100644
--- a/meta/classes/pixbufcache.bbclass
+++ b/meta/classes/pixbufcache.bbclass
@@ -57,7 +57,7 @@ SYSROOT_PREPROCESS_FUNCS_append_class-native = " pixbufcache_sstate_postinst"
57# See base.bbclass for the other half of this 57# See base.bbclass for the other half of this
58pixbufcache_sstate_postinst() { 58pixbufcache_sstate_postinst() {
59 mkdir -p ${SYSROOT_DESTDIR}${bindir} 59 mkdir -p ${SYSROOT_DESTDIR}${bindir}
60 dest=${SYSROOT_DESTDIR}${bindir}/postinst-useradd-${PN} 60 dest=${SYSROOT_DESTDIR}${bindir}/postinst-${PN}
61 echo '#!/bin/sh' > $dest 61 echo '#!/bin/sh' > $dest
62 echo "${gdkpixbuf_complete}" >> $dest 62 echo "${gdkpixbuf_complete}" >> $dest
63 chmod 0755 $dest 63 chmod 0755 $dest