summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 0b65c44..4f6cf0c 100755
--- a/setup.py
+++ b/setup.py
@@ -29,7 +29,7 @@ def makeDots(base, home, nice = False, pretend = False):
dotfiles = getMap(base + "/base/")
# Get host specific overrides
- hostname = socket.getfqdn().split(".")
+ hostname = socket.getfqdn().lower().split(".")
for i in range(len(hostname)):
name = string.join(hostname[-(i+1):], ".")
directory = base + "/host-overrides/" + name