1
0
mirror of synced 2026-04-24 19:50:09 +00:00

Replace tabs by blanks in hooks/common/20-setup-apt

This commit is contained in:
Axel Beckert
2012-06-04 19:01:31 +02:00
parent a8289d0d91
commit 55c3c15d11

View File

@@ -75,12 +75,12 @@ chroot ${prefix} /usr/bin/apt-get update
if [ "$dist" != 'dapper' ]; then
if [ "`uname -m`" = "x86_64" ]; then
logMessage "Ignoring TLS since we're a 64 bit host."
logMessage "Ignoring TLS since we're a 64 bit host."
else
logMessage "Installing libc6-xen"
installDebianPackage ${prefix} libc6-xen
logMessage "Installing libc6-xen"
installDebianPackage ${prefix} libc6-xen
fi
fi