Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorReinier Heeres <reinier@heeres.eu>2007-08-08 23:52:29 (GMT)
committer Reinier Heeres <reinier@heeres.eu>2007-08-08 23:52:29 (GMT)
commit76462de0f04b49c67b35e2f41efbcc40871fb0ee (patch)
tree5f139aea5112268be8249083753842785a536eaa /Makefile
parentf61685d2dab9ed84e9d284f16e7b497cc30d8a2b (diff)
Added install dir to Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4143490..26856cc 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ SSGIT=git://dev.laptop.org/projects/sharedstate
all: update_ss
install:
- python setup.py install
+ python setup.py install ${SUGAR_PREFIX}
clean:
rm -rf ${SSDIR} sharedstate