wok diff util-linux-uuid/receipt @ rev 12872

avidemux: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri May 25 09:43:11 2012 +0200 (2012-05-25)
parents 73641efed1cc
children 64e7fff3f73c
line diff
     1.1 --- a/util-linux-uuid/receipt	Mon Apr 23 16:30:27 2012 +0200
     1.2 +++ b/util-linux-uuid/receipt	Fri May 25 09:43:11 2012 +0200
     1.3 @@ -16,6 +16,8 @@
     1.4  	cp -a $install/usr/sbin/uuidd $fs/usr/sbin
     1.5  	cp -a $install/usr/bin/uuidgen $fs/usr/bin
     1.6  	cp -a $install/lib/libuuid.so* $fs/lib
     1.7 +	cd $fs/usr/lib
     1.8 +	ln -s /lib/libuuid.so.1.3.0 libuuid.so
     1.9  }
    1.10  
    1.11  # Remove old package
    1.12 @@ -23,6 +25,6 @@
    1.13  {
    1.14  	if [ -d "/var/lib/tazpkg/installed/util-linux-ng-uuid" ]; then
    1.15  		echo "Removing old: util-linux-ng-uuid"
    1.16 -		yes | tazpkg -r util-linux-ng-uuid
    1.17 +		yes "y" | tazpkg -r util-linux-ng-uuid
    1.18  	fi
    1.19  }