wok-current diff jpeg-dev/receipt @ rev 21799
Fix chromaprint & guvcview
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Aug 10 13:12:53 2019 +0200 (2019-08-10) |
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 Sat Aug 10 13:12:53 2019 +0200 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 }