wok diff jpeg-dev/receipt @ rev 22343

ilmbase, open-iscsi: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Nov 17 15:00:59 2019 +0100 (2019-11-17)
parents 1f6313ccde29
children 038e3e646808
line diff
     1.1 --- a/jpeg-dev/receipt	Fri Mar 15 15:00:48 2019 +0100
     1.2 +++ b/jpeg-dev/receipt	Sun Nov 17 15:00:59 2019 +0100
     1.3 @@ -17,7 +17,8 @@
     1.4  {
     1.5  	mkdir -p $fs/usr/lib
     1.6  
     1.7 -	cp -a $install/usr/lib/*.*a	$fs/usr/lib
     1.8 -	cp -a $install/usr/include	$fs/usr
     1.9 -	cp -a $src/jpegint.h		$fs/usr/include
    1.10 +	cp -a $install/usr/lib/*.*a		$fs/usr/lib
    1.11 +	cp -a $install/usr/lib/pkgconfig	$fs/usr/lib
    1.12 +	cp -a $install/usr/include		$fs/usr
    1.13 +	cp -a $src/jpegint.h			$fs/usr/include
    1.14  }