From 72251653ba1be7214d2fca5715f626ec3b1b7505 Mon Sep 17 00:00:00 2001 From: Seth Mason Date: Thu, 29 Dec 2011 12:29:02 -0800 Subject: Fix issue #51 - oneiric misspelled --- acprep | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/acprep b/acprep index 7ddc0360..be19fd2d 100755 --- a/acprep +++ b/acprep @@ -901,8 +901,8 @@ class PrepareBuild(CommandLineApp): 'lcov', 'sloccount' ] + self.boost_info.dependencies('ubuntu-hardy') - elif re.search('oeneric', info): - self.log.info('Looks like you are using APT on Ubuntu Oeneric') + elif re.search('oneiric', info): + self.log.info('Looks like you are using APT on Ubuntu Oneiric') packages = [ 'sudo', 'apt-get', 'install', 'build-essential', @@ -924,7 +924,7 @@ class PrepareBuild(CommandLineApp): 'texinfo', 'lcov', 'sloccount' - ] + self.boost_info.dependencies('ubuntu-oeneric') + ] + self.boost_info.dependencies('ubuntu-oneiric') else: self.log.info('I do not recognize your version of Ubuntu!') packages = None -- cgit v1.2.3