Fix broken reference on ui subproject
[moonshot.git] / mac-client-installer / build-krb5.sh
1 #!/bin/sh
2
3 #  build-krb5.sh
4 #  
5 #
6 #  Created by pete on 02/02/2012.
7 #  Copyright (c) 2012 __MyCompanyName__. All rights reserved.
8
9
10 export CFLAGS="-arch i386"
11 ./configure --prefix=/usr/local
12 make
13 make install DESTDIR=$HOME/moonshot/mac-client-installer/krb
14