matching version in testing

This commit is contained in:
Giuseppe 2013-07-25 08:30:05 +00:00
parent 0d8e359d4c
commit c3350e2314

View File

@ -49,16 +49,17 @@ build() {
--disable-rpath \ --disable-rpath \
--without-tcl \ --without-tcl \
--enable-dns-for-realm \ --enable-dns-for-realm \
--with-ldap --with-ldap \
--without-system-verto
make make
} }
check() { #check() {
# We can't do this in the build directory. # We can't do this in the build directory.
cd "${srcdir}/${_pkgbasename}-${pkgver}" #cd "${srcdir}/${_pkgbasename}-${pkgver}"
make -C src check #make -C src check
} #}
package() { package() {
cd "${srcdir}/${_pkgbasename}-${pkgver}/src" cd "${srcdir}/${_pkgbasename}-${pkgver}/src"