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 \
--without-tcl \
--enable-dns-for-realm \
--with-ldap
--with-ldap \
--without-system-verto
make
}
check() {
# We can't do this in the build directory.
cd "${srcdir}/${_pkgbasename}-${pkgver}"
make -C src check
}
#check() {
# We can't do this in the build directory.
#cd "${srcdir}/${_pkgbasename}-${pkgver}"
#make -C src check
#}
package() {
cd "${srcdir}/${_pkgbasename}-${pkgver}/src"