wok diff gdk-pixbuf/receipt @ rev 14457

Up: nagios-nrpe (2.14)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sat Apr 27 02:50:36 2013 +0200 (2013-04-27)
parents 072b7a6d6f36
children 380ffe05937a
line diff
     1.1 --- a/gdk-pixbuf/receipt	Mon May 07 23:30:58 2012 +0200
     1.2 +++ b/gdk-pixbuf/receipt	Sat Apr 27 02:50:36 2013 +0200
     1.3 @@ -21,6 +21,7 @@
     1.4  	./configure \
     1.5  		--disable-glibtest \
     1.6  		--without-libjasper \
     1.7 +		--with-x11 \
     1.8  		--build=$HOST_SYSTEM --host=$HOST_SYSTEM &&
     1.9  	make && make install
    1.10  }
    1.11 @@ -41,6 +42,6 @@
    1.12  post_install()
    1.13  {
    1.14  	echo -n "Updating gdk pixbuf loaders cache file..."
    1.15 -	chroot $root/ /usr/bin/gdk-pixbuf-query-loaders --update-cache
    1.16 +	chroot $1/ /usr/bin/gdk-pixbuf-query-loaders --update-cache
    1.17  	status
    1.18  }