wok-4.x diff imagemagick-dev/receipt @ rev 12412
Fix issue with busybox rm (--preserve-root option doesn't implemented)
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Fri Dec 20 17:53:18 2013 +0100 (2013-12-20) |
parents | cd8e06a3a55c |
children |
line diff
1.1 --- a/imagemagick-dev/receipt Thu Jul 07 09:58:02 2011 +0000 1.2 +++ b/imagemagick-dev/receipt Fri Dec 20 17:53:18 2013 +0100 1.3 @@ -16,5 +16,6 @@ 1.4 mkdir -p $fs/usr/lib 1.5 cp -a $_pkg/usr/include $fs/usr 1.6 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 1.7 + cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 1.8 } 1.9