wok-next diff procmail/receipt @ rev 21722

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
parents 51a1ebbda768
children
line diff
     1.1 --- a/procmail/receipt	Fri Oct 18 19:43:55 2013 +0000
     1.2 +++ b/procmail/receipt	Tue Sep 01 10:31:46 2020 +0000
     1.3 @@ -3,7 +3,7 @@
     1.4  PACKAGE="procmail"
     1.5  VERSION="3.22"
     1.6  CATEGORY="network"
     1.7 -SHORT_DESC="mail processing and SmartList mailing list suites."
     1.8 +SHORT_DESC="Mail processing and SmartList mailing list suites"
     1.9  MAINTAINER="pascal.bellard@slitaz.org"
    1.10  LICENSE="GPL2"
    1.11  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.12 @@ -11,19 +11,15 @@
    1.13  WGET_URL="${WEB_SITE}$TARBALL"
    1.14  CONFIG_FILES="/etc/procmail*"
    1.15  
    1.16 -# Rules to configure and make the package.
    1.17 -compile_rules()
    1.18 -{
    1.19 -	cd $src
    1.20 +compile_rules() {
    1.21  	find -name '*.c' | xargs sed -i 's/getline/get_line/' src/formisc.h
    1.22  	sed -i 's/exec <_autotst.rrr/cat _autotst.rrr |/' initmake
    1.23 -	yes '' | make VISIBLE_BINDIR=$DESTDIR/usr/bin
    1.24 -	make BINDIR=$DESTDIR/usr/bin install.bin
    1.25 +
    1.26 +	yes '' | make VISIBLE_BINDIR=$install/usr/bin &&
    1.27 +	make BINDIR=$install/usr/bin install.bin
    1.28  }
    1.29  
    1.30 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.31 -genpkg_rules()
    1.32 -{
    1.33 +genpkg_rules() {
    1.34  	cp -a $install/usr $fs
    1.35  }
    1.36