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

Add xorg-dri3proto
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jun 11 10:44:32 2015 +0200 (2015-06-11)
parents a2fdd7af31a2
children 1067bb7f1e24
line diff
     1.1 --- a/util-linux-uuid/receipt	Wed Mar 12 03:49:35 2014 +0100
     1.2 +++ b/util-linux-uuid/receipt	Thu Jun 11 10:44:32 2015 +0200
     1.3 @@ -27,8 +27,8 @@
     1.4  # Remove old package
     1.5  post_install()
     1.6  {
     1.7 -	if [ -d "$INSTALLED/util-linux-ng-uuid" ]; then
     1.8 +	if [ -d "$1$INSTALLED/util-linux-ng-uuid" ]; then
     1.9  		echo "Removing old: util-linux-ng-uuid"
    1.10 -		rm -rf $INSTALLED/util-linux-ng-uuid
    1.11 +		rm -rf $1$INSTALLED/util-linux-ng-uuid
    1.12  	fi
    1.13  }