File getpatches of Package libdb-4_5

#!/bin/bash
VERSION=4.5.20

if [ ! $DELETE = false ]
then
  DELETE=true
fi

wget http://www.oracle.com/technology/products/berkeley-db/db/update/$VERSION/patch.$VERSION.html -r -l1
for file in `find www.oracle.com/ -name "patch\.*" | grep -v html`; do cp $file .; done
openSUSE Build Service is sponsored by