--- misc/scripts/shell/build.sh 2003/03/29 16:30:37 1.6 +++ misc/scripts/shell/build.sh 2003/03/29 19:28:37 1.7 @@ -4,7 +4,7 @@ # builds new-style dists from cvs source, and puts them # in a single location for download (eg. snapshots) # -# $Id: build.sh,v 1.6 2003/03/29 16:30:37 tdb Exp $ +# $Id: build.sh,v 1.7 2003/03/29 19:28:37 tdb Exp $ # base directory for staging STAGING=/u1/i-scream/staging @@ -135,6 +135,9 @@ for PROG in $PROGS; do ;; libukcprog) gnubuild $CMSSOURCE/libukcprog $BUILDS/libukcprog yes + ;; + idar) + gnubuild $CMSSOURCE/idar $BUILDS/idar no ;; esac done