Use apt-get instead of aptitude on Debian / Ubuntu
authorDan Scott <dscott@laurentian.ca>
Mon, 22 Oct 2012 15:50:21 +0000 (11:50 -0400)
committerDan Scott <dscott@laurentian.ca>
Mon, 22 Oct 2012 15:54:35 +0000 (11:54 -0400)
Reports from the field state that aptitude is not installed by default on
Ubuntu any longer; thus go with the sure thing.

Signed-off-by: Dan Scott <dscott@laurentian.ca>

README
src/extras/Makefile.install

diff --git a/README b/README
index 668060d..6278b89 100644 (file)
--- a/README
+++ b/README
@@ -33,7 +33,7 @@ using the Makefile.install prerequisite installer, substituting your
 operating system identifier for <osname> below:
 
 ---------------------------------------------------------------------------
-aptitude install make
+apt-get install make
 make -f src/extras/Makefile.install <osname>
 ---------------------------------------------------------------------------
 
index f4d5cf5..30c5221 100644 (file)
@@ -26,7 +26,7 @@ SHELL=/bin/bash
 # 64 or 32 bit os?
 LBITS=$(shell getconf LONG_BIT)
 
-APT_TOOL=aptitude -yq
+APT_TOOL=apt-get -yq
 
 # Debian dependencies
 DEBS =  \