summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Galloway <github@tomgalloway.co.uk>2013-01-10 09:15:31 +0000
committerTom Galloway <github@tomgalloway.co.uk>2013-01-10 09:15:31 +0000
commitb54a4906e67e6e35a571c754865c1a517722674f (patch)
tree5b8dcf304b5d0ffe8ba01fb2e44f4c3b10e84ce5 /Makefile
parent8e16374136b5d230edc1cb049f30dc4ca6e88f78 (diff)
Fix to allow hostname to be updated on Ubuntu. This needed a change to exmachina which I've created a pull request for. I've updated Make to point to my fork of exmachina until this has been merged, when it can be reverted.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 40460de..72d9169 100644
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,7 @@ predepend:
touch predepend
$(BUILD_DIR)/exmachina: build
- git clone git://github.com/bnewbold/exmachina $(BUILD_DIR)/exmachina
+ git clone git://github.com/tomgalloway/exmachina $(BUILD_DIR)/exmachina
$(BUILD_DIR)/bjsonrpc: build
git clone git://github.com/deavid/bjsonrpc.git $(BUILD_DIR)/bjsonrpc