wok-next rev 19609

libcroco, glib: `mkdir -p /usr/share/gtk-doc/html` before `make install`
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Feb 03 14:37:14 2017 +0200 (2017-02-03)
parents ec3ced0d30b1
children b7a457d78428
files glib/receipt libcroco/receipt
line diff
     1.1 --- a/glib/receipt	Fri Feb 03 14:20:13 2017 +0200
     1.2 +++ b/glib/receipt	Fri Feb 03 14:37:14 2017 +0200
     1.3 @@ -56,7 +56,9 @@
     1.4  				--enable-static=yes \
     1.5  				--disable-rpath ;;
     1.6  	esac &&
     1.7 -	make && make install
     1.8 +	make &&
     1.9 +	mkdir -p /usr/share/gtk-doc/html &&
    1.10 +	make install
    1.11  }
    1.12  
    1.13  # Rules to gen a SliTaz package suitable for Tazpkg.
     2.1 --- a/libcroco/receipt	Fri Feb 03 14:20:13 2017 +0200
     2.2 +++ b/libcroco/receipt	Fri Feb 03 14:37:14 2017 +0200
     2.3 @@ -21,7 +21,9 @@
     2.4  	./configure \
     2.5  		--disable-static \
     2.6  		$CONFIGURE_ARGS &&
     2.7 -	make && make install
     2.8 +	make &&
     2.9 +	mkdir -p /usr/share/gtk-doc/html &&
    2.10 +	make install
    2.11  }
    2.12  
    2.13  # Rules to gen a SliTaz package suitable for Tazpkg.