Detect ABI based on what would be packaged

This commit is contained in:
Baptiste Daroussin 2015-03-18 05:25:38 +00:00
parent 59fa1525e0
commit 9d73215448

View File

@ -1230,7 +1230,8 @@ create-world-packages:
${DESTDIR}/$${pkgname}-manifestdir/+MANIFEST ; \
awk -F\" '/name/ { printf("===> Creating %s-", $$2) } /version/ {print $$2 }' \
${DESTDIR}/$${pkgname}-manifestdir/+MANIFEST ; \
pkg create -m ${DESTDIR}/$${pkgname}-manifestdir \
pkg -o ABI_FILE=${DESTDIR}/bin/sh \
create -m ${DESTDIR}/$${pkgname}-manifestdir \
-p ${DESTDIR}/$${pkgname}.plist \
-r ${DESTDIR} -o ${DESTDIR} ; \
done