wok-current diff lzo/receipt @ rev 25693

Up depends pkgs for cups, need to rebuild it for ssl 3.0
author Stanislas Leduc <shann@slitaz.org>
date Sun Mar 24 15:17:37 2024 +0000 (7 months ago)
parents aada6db9da8e
children
line diff
     1.1 --- a/lzo/receipt	Tue Feb 13 07:22:29 2024 +0100
     1.2 +++ b/lzo/receipt	Sun Mar 24 15:17:37 2024 +0000
     1.3 @@ -20,16 +20,15 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	./configure		\
     1.8 -		--enable-shared	\
     1.9 +	./configure \
    1.10 +		--enable-shared \
    1.11  		$CONFIGURE_ARGS &&
    1.12 -	make &&
    1.13 -	make install
    1.14 +	make &&	make install
    1.15  }
    1.16  
    1.17  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.18  genpkg_rules()
    1.19  {
    1.20  	mkdir -p $fs/usr/lib 
    1.21 -	cp -a $install/usr/lib/*.so*	$fs/usr/lib
    1.22 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.23  }