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
1 changed files with 1 additions and 1 deletions

View File

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