From: Heiko Z. <smi...@us...> - 2004-09-23 21:51:45
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24258/scripts Modified Files: popt Log Message: oops, undo last change Index: popt =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/popt,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- popt 23 Sep 2004 21:50:01 -0000 1.7 +++ popt 23 Sep 2004 21:51:36 -0000 1.8 @@ -23,9 +23,6 @@ # source functions and config source $MYDIR/settings -# disabled for now -exit 0 - case $1 in build ) ./configure --prefix=/usr --disable-nls || exit 1 |