wok diff util-linux-eject/receipt @ rev 17106

transmission: add qt build dep
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Mon Sep 01 15:05:32 2014 +0200 (2014-09-01)
parents c3b198684af9
children 4f122372e6f6
line diff
     1.1 --- a/util-linux-eject/receipt	Tue Dec 24 22:10:59 2013 +0000
     1.2 +++ b/util-linux-eject/receipt	Mon Sep 01 15:05:32 2014 +0200
     1.3 @@ -10,7 +10,7 @@
     1.4  WEB_SITE="http://kernel.org/~kzak/util-linux/"
     1.5  HOST_ARCH="i486 arm"
     1.6  
     1.7 -DEPENDS="glibc-base"
     1.8 +DEPENDS="glibc-base util-linux-mount"
     1.9  
    1.10  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.11  genpkg_rules()
    1.12 @@ -19,15 +19,6 @@
    1.13  	cp -a $install/usr/bin/eject $fs/usr/bin
    1.14  }
    1.15  
    1.16 -# Remove old package
    1.17 -post_install()
    1.18 -{
    1.19 -	if [ -d "$INSTALLED/util-linux-eject" ]; then
    1.20 -		echo "Removing old: util-linux-eject"
    1.21 -		rm -rf $INSTALLED/util-linux-eject
    1.22 -	fi
    1.23 -}
    1.24 -
    1.25  # Overlap busybox
    1.26  pre_install()
    1.27  {