summaryrefslogtreecommitdiffstats
path: root/inc/chroot-functions.inc.sh
diff options
context:
space:
mode:
Diffstat (limited to 'inc/chroot-functions.inc.sh')
-rw-r--r--inc/chroot-functions.inc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/chroot-functions.inc.sh b/inc/chroot-functions.inc.sh
index 7eb566c..383d31d 100644
--- a/inc/chroot-functions.inc.sh
+++ b/inc/chroot-functions.inc.sh
@@ -13,5 +13,5 @@ chroot-aptinstall () {
if [ $(mount |grep -c $BROOT_BUILDROOT_PATH/dev) -eq 0 ]; then
setupBindmounts
fi
- chroot $BROOT_BUILDROOT_PATH linux32 aptitude install -y $@
+ chroot $BROOT_BUILDROOT_PATH linux32 apt-get install -y $@
}