devbuild: use new style of 'abuild checksum'

This commit is contained in:
Natanael Copa 2009-01-28 14:51:52 +00:00
parent 70dedf7052
commit 7b27ce7bc4

View File

@ -51,7 +51,7 @@ cp $tarball "$DISTFILES/" || exit 1
s/^pkgrel=.*/pkgrel=$pkgrel/; s/^pkgrel=.*/pkgrel=$pkgrel/;
/^md5sums=\"/,/\"\$/d" APKBUILD || exit 1 /^md5sums=\"/,/\"\$/d" APKBUILD || exit 1
export SRCDEST="$DISTFILES" export SRCDEST="$DISTFILES"
abuild checksum >>APKBUILD abuild checksum
abuild abuild
abuild cleanoldpkg abuild cleanoldpkg
) || exit 1 ) || exit 1