summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13>2010-01-31 14:23:14 +0000
committerlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13>2010-01-31 14:23:14 +0000
commit6c94f611a5c510435de3961550c2f95b5c7de944 (patch)
treea01509c94d62285a697cf47e084caae7c6d660d4 /Makefile
parent9faeb0674c012383a2d01a9c17d97f94cc5a5897 (diff)
downloadpoezio-6c94f611a5c510435de3961550c2f95b5c7de944.tar.gz
poezio-6c94f611a5c510435de3961550c2f95b5c7de944.tar.bz2
poezio-6c94f611a5c510435de3961550c2f95b5c7de944.tar.xz
poezio-6c94f611a5c510435de3961550c2f95b5c7de944.zip
test
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 16087c0d..02ac1874 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-prefix=/usr/local
+prefix=/usr
LIBDIR=$(DESTDIR)$(prefix)/lib
BINDIR=$(DESTDIR)$(prefix)/bin
DATADIR=$(DESTDIR)$(prefix)/share
@@ -18,8 +18,9 @@ install:
$(INSTALL) -m644 $$sourcefile $(DATADIR)/poezio/src; \
done
- echo "#!/usr/bin/env python" > $(BINDIR)/poezio
+ echo "#!/bin/sh" > $(BINDIR)/poezio
echo "cd $(DATADIR)/poezio/src/ && python client.py" >> $(BINDIR)/poezio
+ chmod 755 $(BINDIR)/poezio
for localename in `find locale/ -maxdepth 1 -type d | grep -v '.svn' | sed 's:locale/::g'` ; do \
if [ -d locale/$$localename ]; then \