summaryrefslogtreecommitdiff
path: root/home/.pbuilderrc
diff options
context:
space:
mode:
Diffstat (limited to 'home/.pbuilderrc')
-rw-r--r--home/.pbuilderrc5
1 files changed, 2 insertions, 3 deletions
diff --git a/home/.pbuilderrc b/home/.pbuilderrc
index 70c1c32..f379cbe 100644
--- a/home/.pbuilderrc
+++ b/home/.pbuilderrc
@@ -30,9 +30,9 @@ KERNEL_IMAGE=/srv/pbuilder/qemu-kernels/$ARCH/vmlinuz
INITRD=/srv/pbuilder/qemu-kernels/$ARCH/initrd.img
ARCH_DISKDEVICE=sd
if [ "x$ARCH" = "xarmel" ]; then
- MEMORY_MEGS=256
+ MEMORY_MEGS=256
else
- MEMORY_MEGS=512
+ MEMORY_MEGS=512
fi
if [ "x$ARCH" != "xamd64" ]; then
@@ -47,4 +47,3 @@ elif [ "x${DIST}" = "xdebian" ]; then
fi
export OTHERMIRROR
-