Update of /cvsroot/ruby-dbi/src/build
In directory usw-pr-cvs1:/tmp/cvs-serv5198
Modified Files:
package.sh
Log Message:
# Removed the removing of empty dirs. Use cvs -P option (implicit) instead.
Index: package.sh
===================================================================
RCS file: /cvsroot/ruby-dbi/src/build/package.sh,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- package.sh 28 Oct 2002 11:05:48 -0000 1.4
+++ package.sh 28 Oct 2002 11:18:50 -0000 1.5
@@ -45,9 +45,6 @@
# remove all CVS directories
find . -name "CVS" -print | xargs rm -rf
-# remove all superfluous directories (that are empty but cannot removed from CVS)
-rm -rf lib/dbi/doc
-
# upload HTML pages and CSS
cd doc/html
for i in *.html *.css ;
|