Update of /home/halls/cvs/debian-openoffice/oo-deb/debian In directory gluck:/tmp/cvs-serv20402
Modified Files: rules Log Message: add missing $ in db version determination Index: rules =================================================================== RCS file: /home/halls/cvs/debian-openoffice/oo-deb/debian/rules,v retrieving revision 1.173 retrieving revision 1.174 diff -u -d -r1.173 -r1.174 --- rules 11 Dec 2003 17:35:10 -0000 1.173 +++ rules 11 Dec 2003 17:57:50 -0000 1.174 @@ -44,7 +44,7 @@ include debian/scripts/vars.$(ARCH) # Default flags to pass to configure -D=$(shell dpkg -l libdb3++-dev | grep db | awk '{print $3}' | cut -d"." -f1,2) +D=$(shell dpkg -l libdb3++-dev | grep db | awk '{print $$3}' | cut -d"." -f1,2) CONFIGURE_FLAGS= --enable-libart \ --disable-rpath \ --enable-crashdump \