summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Galloway <github@tomgalloway.co.uk>2013-01-04 12:50:51 +0000
committerTom Galloway <github@tomgalloway.co.uk>2013-01-04 12:50:51 +0000
commitb45d5cfe85bc7686a6296aa0af4735710a6f7122 (patch)
treef692b3da9fd00a7015b24493c918ddcf1c928e22 /Makefile
parent95118b3b96d18c5255f1d273b07c387058b32e09 (diff)
Extra predepend's, plinth doesn't need to run as root, pidfile location set in cfg file.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index eb1fad1..6c2f8ac 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@ build:
mkdir -p $(BUILD_DIR)
predepend:
- sudo sh -c "apt-get install augeas-tools python-bjsonrpc python-augeas python-simplejson pandoc"
+ sudo sh -c "apt-get install augeas-tools python-bjsonrpc python-augeas python-simplejson pandoc python-cheetah"
touch predepend
$(BUILD_DIR)/exmachina: build