wok diff less/receipt @ rev 20814

updated cvs and cvs-contrib (1.11.23 -> 1.12.13)
author Hans-G?nter Theisgen
date Mon Feb 18 14:21:45 2019 +0100 (2019-02-18)
parents 9e01bc6321ea
children 558fa8758c4d
line diff
     1.1 --- a/less/receipt	Sun Dec 20 15:13:45 2015 +0100
     1.2 +++ b/less/receipt	Mon Feb 18 14:21:45 2019 +0100
     1.3 @@ -16,7 +16,6 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	cd $src
     1.8  	./configure \
     1.9  		--prefix=/usr \
    1.10  		--sysconfdir=/etc \
    1.11 @@ -33,17 +32,6 @@
    1.12  	cp -a $install/usr/bin $fs/usr
    1.13  }
    1.14  
    1.15 -# Pre and post install commands for Tazpkg.
    1.16 -# We must remove all Busybox symlink before installing.
    1.17 -#
    1.18 -pre_install()
    1.19 -{
    1.20 -	echo "Processing pre-install commands..."
    1.21 -	echo -n "Removing all Busybox replaced utils... "
    1.22 -	rm -f "$1/usr/bin/less"
    1.23 -	status
    1.24 -}
    1.25 -
    1.26  post_remove()
    1.27  {
    1.28  	ln -s /bin/busybox "$1/usr/bin/less"