1 |
#! /usr/local/bin/bash |
#! /usr/local/bin/bash |
2 |
# |
# |
3 |
# $Id: buildagain,v 1.9 2005/11/11 16:07:24 ccflib Exp $ |
# $Id: buildagain,v 1.10 2005/11/11 16:37:07 ccflib Exp $ |
4 |
# |
# |
5 |
# + Build again a specific set of CCF packages |
# + Build again a specific set of CCF packages |
6 |
# + Moves the resulting CCF to final destination |
# + Moves the resulting CCF to final destination |
91 |
|
|
92 |
cd $builddir || exit 1 |
cd $builddir || exit 1 |
93 |
|
|
94 |
|
# notice that this is different of the standard builddir which is |
95 |
|
# set to $HOME/builds/tmp, so the find command will not mess up |
96 |
|
# with it |
97 |
|
|
98 |
flist=`find . -name '*.CCF'` |
flist=`find . -name '*.CCF'` |
99 |
|
|
100 |
if [ -z "$flist" ] ; then |
if [ -z "$flist" ] ; then |