mit-krb5: fixing create_wrksrc change

This commit is contained in:
Enno Boland 2014-03-16 21:33:54 +01:00
parent 51d12dc6aa
commit d313a4888b
1 changed files with 2 additions and 2 deletions

View File

@ -37,8 +37,8 @@ fi
do_extract() {
# We have to do this dance because the real distfile is
# included in the .tar archive.
tar xf $XBPS_SRCDISTDIR/$(basename $distfiles) -C $wrksrc
tar xfz $wrksrc/krb5-$version.tar.gz -C $XBPS_BUILDDIR
tar xf $XBPS_SRCDISTDIR/${pkgname}-${version}/$(basename $distfiles) -O krb5-$version.tar.gz | \
tar xz -C $XBPS_BUILDDIR
# Fix db plugin.
sed -i -e "s|<db.h>|<db_185.h>|" $wrksrc/src/plugins/kdb/db2/*.[ch]
}