#!/bin/sh -e

DISTRO=office-server
mkdir -p $HOME/hasher $HOME/mkimage/$DISTRO
autoconf
./configure \
    --with-arch=x86_64 \
    --with-altbase=/ALT \
    --with-aptconf="`pwd`/x86_64.apt.conf" \
    --with-outdir=$HOME/mkimage/$nightly$DISTRO \
    --with-license=$DISTRO \
    --with-theme=$DISTRO

#make clean
make distclean
make
