wok diff uclibc-cross-compiler-i486/receipt @ rev 10987

Up: libevent to 2.0.13.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Oct 12 14:15:04 2011 +0000 (2011-10-12)
parents df5b8ff398d7
children 4d1b6826f4c6
line diff
     1.1 --- a/uclibc-cross-compiler-i486/receipt	Thu Feb 17 18:58:39 2011 +0100
     1.2 +++ b/uclibc-cross-compiler-i486/receipt	Wed Oct 12 14:15:04 2011 +0000
     1.3 @@ -24,12 +24,7 @@
     1.4  # Pre and post install commands for Tazpkg.
     1.5  post_install()
     1.6  {
     1.7 -	for i in $(cd $1/ ; ls usr/share/$PACKAGE/lib/ld-uClibc.so*); do
     1.8 -		[ -e $1/lib/$(basename $i) ] || ln -s /$i $1/lib
     1.9 -	done
    1.10 -	cat <<EOT
    1.11 -Add /usr/share/$PACKAGE/lib in your LD_LIBRARY_PATH to enable the shared libraries
    1.12 -EOT
    1.13 +	chroot "$1/" /usr/bin/uclibc-${PACKAGE##*-}-ldconfig
    1.14  }
    1.15  
    1.16  pre_remove()