mit-krb5: fixing create_wrksrc change
This commit is contained in:
parent
51d12dc6aa
commit
d313a4888b
|
@ -37,8 +37,8 @@ fi
|
||||||
do_extract() {
|
do_extract() {
|
||||||
# We have to do this dance because the real distfile is
|
# We have to do this dance because the real distfile is
|
||||||
# included in the .tar archive.
|
# included in the .tar archive.
|
||||||
tar xf $XBPS_SRCDISTDIR/$(basename $distfiles) -C $wrksrc
|
tar xf $XBPS_SRCDISTDIR/${pkgname}-${version}/$(basename $distfiles) -O krb5-$version.tar.gz | \
|
||||||
tar xfz $wrksrc/krb5-$version.tar.gz -C $XBPS_BUILDDIR
|
tar xz -C $XBPS_BUILDDIR
|
||||||
# Fix db plugin.
|
# Fix db plugin.
|
||||||
sed -i -e "s|<db.h>|<db_185.h>|" $wrksrc/src/plugins/kdb/db2/*.[ch]
|
sed -i -e "s|<db.h>|<db_185.h>|" $wrksrc/src/plugins/kdb/db2/*.[ch]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue