# HG changeset patch # User Christopher Rogers # Date 1293066954 0 # Node ID 662ed282dc0c77c2be467c0e8e20283744cb4976 # Parent 2a405464f5b8050eaf31c880314e64f215940c2b Fixed typo in gtk+ post_install. diff -r 2a405464f5b8 -r 662ed282dc0c gtk+/receipt --- a/gtk+/receipt Thu Dec 23 01:14:50 2010 +0000 +++ b/gtk+/receipt Thu Dec 23 01:15:54 2010 +0000 @@ -58,7 +58,7 @@ { local arg echo "Processing post-install commands..." - if [ ! -d $1/etc/gtk-2.0 ]; + if [ ! -d $1/etc/gtk-2.0 ]; then mkdir -p $1/etc/gtk-2.0 fi chroot $1/ /usr/bin/gtk-query-immodules-2.0 > $1/etc/gtk-2.0/gtk.immodules