On Wednesday 23 November 2005 06:19, Loic Minier wrote:
> /usr/share/dbs/lib has:
> files=`find -type f -maxdepth 1 -mindepth 1`
> dirs=`find -type d -maxdepth 1 -mindepth 1 ! -name 'debian' ! -name
> 'upstream'`
possible patch
Common subdirectories: dbs-0.36/debian and dbs/debian
diff -u3 dbs-0.36/lib dbs/lib
--- dbs-0.36/lib 2004-04-04 12:40:58.000000000 -0600
+++ dbs/lib 2006-01-24 21:21:35.744000000 -0700
@@ -181,8 +181,8 @@
rm -f $STAMP_DIR/{source_{clean,build,make}}
return
if [ x$SOURCE_DIR = x ];then
- files=`find -type f -maxdepth 1 -mindepth 1`
- dirs=`find -type d -maxdepth 1 -mindepth 1 ! -name 'debian' ! -name
'upstream'`
+ files=`find -maxdepth 1 -mindepth 1 -type f`
+ dirs=`find -maxdepth 1 -mindepth 1 -type d ! -name 'debian' ! -name
'upstream'`
echo files=\"$files\"
echo dirs=\"$dirs\"
fi
Common subdirectories: dbs-0.36/original and dbs/original
Common subdirectories: dbs-0.36/original-glib2.0-2.0.6 and
dbs/original-glib2.0-2.0.6
wt
--
Warren Turkal, Research Associate III
Colorado State University, Dept. of Atmospheric Research
http://www.atmos.colostate.edu/
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]