Script will build if all the source is present. Need to test that checkouts work
[moonshot.git] / mac-client-installer / build-installer.sh
1 #!/bin/sh
2
3 #  build-installer.sh
4 #  
5 #
6 #  Created by pete on 02/01/2012.
7 #  Copyright (c) 2011, JANET(UK)
8
9 cp ./.jhbuildrc-custom ~
10
11 cd ../moonshot && jhbuild run ./configure --enable-acceptor=no --with-krb5=$HOME/gtk/inst && make && make install DESTDIR=$HOME/moonshot/mac-client-installer/moonshot
12
13 jhbuild build cyrus-sasl
14
15 jhbuild build moonshot-ui
16
17 cd ~/gtk/source/moonshot-ui/ &&  jhbuild run make app-bundle && jhbuild run make installer