wok-next diff indent/receipt @ rev 19843

Up dbus, pcmciautils, opus-tools; add syslinux-slitaz-repack (to substitute syslinux), syslinux-slitaz-extra-repack (to substitute syslinux-extra).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Aug 23 17:19:53 2017 +0300 (2017-08-23)
parents 8d64ce80ab95
children 0e7893ac206d
line diff
     1.1 --- a/indent/receipt	Mon Mar 10 11:43:00 2014 +0000
     1.2 +++ b/indent/receipt	Wed Aug 23 17:19:53 2017 +0300
     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.