wok-6.x diff indent/receipt @ rev 20729

updated avfs (1.0.1 -> 1.0.6)
author Hans-G?nter Theisgen
date Sat Feb 09 15:27:48 2019 +0100 (2019-02-09)
parents 8d64ce80ab95
children fafc5fc0dcdb
line diff
     1.1 --- a/indent/receipt	Mon Mar 10 11:43:00 2014 +0000
     1.2 +++ b/indent/receipt	Sat Feb 09 15:27:48 2019 +0100
     1.3 @@ -13,8 +13,9 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	cd $src
     1.8 -	./configure $CONFIGURE_ARGS && make && make install
     1.9 +	rm -f man/indent.1
    1.10 +	sed -i 's|/doc/|/share&|' doc/Makefile*
    1.11 +	./configure $CONFIGURE_ARGS && make -j 1 && make install
    1.12  }
    1.13  
    1.14  # Rules to gen a SliTaz package suitable for Tazpkg.