From: Dan Scott Date: Mon, 22 Oct 2012 15:50:21 +0000 (-0400) Subject: Use apt-get instead of aptitude on Debian / Ubuntu X-Git-Tag: osrf_rel_2_2_0-alpha~34 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=e64d3f81809718d0514039d9b8ef8174fdd85cec;p=OpenSRF.git Use apt-get instead of aptitude on Debian / Ubuntu 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 --- diff --git a/README b/README index 668060d..6278b89 100644 --- a/README +++ b/README @@ -33,7 +33,7 @@ using the Makefile.install prerequisite installer, substituting your operating system identifier for below: --------------------------------------------------------------------------- -aptitude install make +apt-get install make make -f src/extras/Makefile.install --------------------------------------------------------------------------- diff --git a/src/extras/Makefile.install b/src/extras/Makefile.install index f4d5cf5..30c5221 100644 --- a/src/extras/Makefile.install +++ b/src/extras/Makefile.install @@ -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 = \