flexiondotorg / oab-java6

Create a local 'apt' repository for Sun Java 6 and/or Oracle Java 7 packages.
Other
625 stars 121 forks source link

Problem installing build requirements without --force-yes in 0.2.7 #86

Closed hanshook closed 11 years ago

hanshook commented 11 years ago

On a fresh Ubuntu 12.04 server install I had to change line 401 of version 0.2.7 from apt-get install -y --no-install-recommends ${BUILD_DEPS} >> "$log" 2>&1 & to apt-get install -y --force-yes --no-install-recommends ${BUILD_DEPS} >> "$log" 2>&1 &

Then it works like a charm again!

Regards

Hans Höök

flexiondotorg commented 11 years ago

Just tested on Lucid, Precise and Raring and everything worked correctly.