wok diff uclibc-i486/receipt @ rev 12077

fix /usr/bin/git-citool in correct link /usr/lib/git-core/git-citool
author Stanislas Leduc <shann@slitaz.org>
date Fri Mar 09 10:16:47 2012 +0100 (2012-03-09)
parents 4d1b6826f4c6
children a436a235f098
line diff
     1.1 --- a/uclibc-i486/receipt	Sun Feb 26 21:45:45 2012 +0100
     1.2 +++ b/uclibc-i486/receipt	Fri Mar 09 10:16:47 2012 +0100
     1.3 @@ -19,7 +19,7 @@
     1.4  # Pre and post install commands for Tazpkg.
     1.5  post_install()
     1.6  {
     1.7 -	chroot "$1/" /usr/bin/uclibc-${PACKAGE##*-}-ldconfig
     1.8 +	echo chroot "$1/" /usr/bin/uclibc-${PACKAGE##*-}-ldconfig
     1.9  }
    1.10  
    1.11  pre_remove()