[svn-commits] pabelanger: branch pabelanger/chroot-1.8 r354748 - /team/pabelanger/chroot-1....

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Feb 9 16:00:35 CST 2012


Author: pabelanger
Date: Thu Feb  9 16:00:33 2012
New Revision: 354748

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=354748
Log:
use apt-get, not aptitude

Modified:
    team/pabelanger/chroot-1.8/contrib/scripts/install_prereq

Modified: team/pabelanger/chroot-1.8/contrib/scripts/install_prereq
URL: http://svnview.digium.com/svn/asterisk/team/pabelanger/chroot-1.8/contrib/scripts/install_prereq?view=diff&rev=354748&r1=354747&r2=354748
==============================================================================
--- team/pabelanger/chroot-1.8/contrib/scripts/install_prereq (original)
+++ team/pabelanger/chroot-1.8/contrib/scripts/install_prereq Thu Feb  9 16:00:33 2012
@@ -77,8 +77,8 @@
 
 handle_debian() {
 	# echo "# Distribution is Debian or compatible"
-	extra_packs=`check_installed_debs $PACKAGES_DEBIAN`
-	$testcmd aptitude install -y $extra_packs
+	#extra_packs=`check_installed_debs $PACKAGES_DEBIAN`
+	$testcmd apt-get install -y $PACKAGES_DEBIAN
 }
 
 handle_rh() {




More information about the svn-commits mailing list