summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13>2010-02-01 20:45:26 +0000
committerlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13>2010-02-01 20:45:26 +0000
commit5a9c4fae0d0e926fc094b4ba8a61173bfceb92e6 (patch)
tree9ddb2b7558230fdeb58a8f7fe9753f958bc2355f /Makefile
parent68c70632fdeaaa21ef5b308b13b1be7aa54b2161 (diff)
downloadpoezio-5a9c4fae0d0e926fc094b4ba8a61173bfceb92e6.tar.gz
poezio-5a9c4fae0d0e926fc094b4ba8a61173bfceb92e6.tar.bz2
poezio-5a9c4fae0d0e926fc094b4ba8a61173bfceb92e6.tar.xz
poezio-5a9c4fae0d0e926fc094b4ba8a61173bfceb92e6.zip
autiste
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 96d99b57..77af5b5d 100644
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,7 @@ install:all
done
$(INSTALL) -m644 src/xmpp/* $(DATADIR)/poezio/src/xmpp/
- echo "#!/usr/bin/environ sh" > $(BINDIR)/poezio
+ echo "#!/usr/bin/env sh" > $(BINDIR)/poezio
echo "cd $(DATADIR)/poezio/src/ && python client.py" >> $(BINDIR)/poezio
chmod 755 $(BINDIR)/poezio