wok diff indent/receipt @ rev 20993

gpicview: modified TARBALL
author Hans-G?nter Theisgen
date Thu Mar 07 17:13:01 2019 +0100 (2019-03-07)
parents 8d64ce80ab95
children fafc5fc0dcdb
line diff
     1.1 --- a/indent/receipt	Mon Mar 10 11:43:00 2014 +0000
     1.2 +++ b/indent/receipt	Thu Mar 07 17:13:01 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.