wok diff jpeg-dev/receipt @ rev 22561

updated boxbackup-client and boxbackup-server (0.11.1 -> 0.12)
author Hans-G?nter Theisgen
date Sun Jan 05 11:14:45 2020 +0100 (2020-01-05)
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 Jan 05 11:14:45 2020 +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  }