diff options
author | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13> | 2010-02-01 20:45:26 +0000 |
---|---|---|
committer | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13> | 2010-02-01 20:45:26 +0000 |
commit | 5a9c4fae0d0e926fc094b4ba8a61173bfceb92e6 (patch) | |
tree | 9ddb2b7558230fdeb58a8f7fe9753f958bc2355f | |
parent | 68c70632fdeaaa21ef5b308b13b1be7aa54b2161 (diff) | |
download | poezio-5a9c4fae0d0e926fc094b4ba8a61173bfceb92e6.tar.gz poezio-5a9c4fae0d0e926fc094b4ba8a61173bfceb92e6.tar.bz2 poezio-5a9c4fae0d0e926fc094b4ba8a61173bfceb92e6.tar.xz poezio-5a9c4fae0d0e926fc094b4ba8a61173bfceb92e6.zip |
autiste
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | launch.sh | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 @@ -1,4 +1,4 @@ -#!/usr/bin/environ sh +#!/usr/bin/env sh cd src/ && python client.py "$@" |