From f72984f74f7d369756d59b68c6b9c7d6c13d2e32 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 2 Jun 2015 11:01:07 +0200 Subject: [PATCH] mit-krb5: move to usr/bin. --- srcpkgs/mit-krb5/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/mit-krb5/template b/srcpkgs/mit-krb5/template index 92b27590ba1..e111c4c814e 100644 --- a/srcpkgs/mit-krb5/template +++ b/srcpkgs/mit-krb5/template @@ -1,7 +1,7 @@ # Template file for 'mit-krb5' pkgname=mit-krb5 version=1.13.2 -revision=1 +revision=2 short_desc="MIT Kerberos 5 implementation" maintainer="Juan RP " license="MIT" @@ -25,7 +25,7 @@ do_extract() { sed -i -e "s|||" $wrksrc/src/plugins/kdb/db2/*.[ch] } do_configure() { - WARN_CFLAGS= ./src/configure ${configure_args} \ + WARN_CFLAGS= ./src/configure ${configure_args} --sbindir=/usr/bin \ --disable-rpath --with-system-et --without-system-verto \ --with-system-ss --with-system-db --enable-shared --without-tcl \ ac_cv_func_pthread_once=yes ac_cv_func_pthread_rwlock_init=yes \