abuild: fix move of .a file to -dev subpackage

seems like new version of busybox find would stop if lib/ dir does not
exist.
This commit is contained in:
Natanael Copa 2015-01-14 15:26:58 +00:00
parent a5caab30c9
commit a6150cc7e0
1 changed files with 3 additions and 1 deletions

View File

@ -1294,6 +1294,8 @@ default_dev() {
done
cd "$pkgdir" || return 0
local libdirs=usr/
[ -d lib/ ] && libdirs="lib/ $libdirs"
for i in usr/include usr/lib/pkgconfig usr/share/aclocal\
usr/share/gettext usr/bin/*-config \
usr/share/vala/vapi usr/share/gir-[0-9]*\
@ -1301,7 +1303,7 @@ default_dev() {
usr/lib/qt*/mkspecs \
usr/lib/cmake \
$(find . -name include -type d) \
$(find lib/ usr/ -name '*.[acho]' \
$(find $libdirs -name '*.[acho]' \
-o -name '*.prl' 2>/dev/null); do
if [ -e "$pkgdir/$i" ] || [ -L "$pkgdir/$i" ]; then
d="$subpkgdir/${i%/*}" # dirname $i