wok diff indent/receipt @ rev 19570

qt4: patch configure -no-rpath
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Thu Dec 22 20:43:12 2016 +0100 (2016-12-22)
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 Dec 22 20:43:12 2016 +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.