wok diff tacacs+/receipt @ rev 20700

updated afio (2.5.1 -> 2.5.2)
author Hans-G?nter Theisgen
date Tue Feb 05 17:01:36 2019 +0100 (2019-02-05)
parents de49f29b101e
children c057ec7423a0
line diff
     1.1 --- a/tacacs+/receipt	Thu Dec 05 15:25:09 2013 +0000
     1.2 +++ b/tacacs+/receipt	Tue Feb 05 17:01:36 2019 +0100
     1.3 @@ -16,13 +16,12 @@
     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  		--infodir=/usr/share/info \
    1.11  		--mandir=/usr/share/man \
    1.12  		$CONFIGURE_ARGS &&
    1.13 -	make && make DESTDIR=$DESTDIR install
    1.14 +	make && make -j 1 DESTDIR=$DESTDIR install
    1.15  }
    1.16  
    1.17  # Rules to gen a SliTaz package suitable for Tazpkg.