diff options
author | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13> | 2010-05-21 13:16:40 +0000 |
---|---|---|
committer | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13> | 2010-05-21 13:16:40 +0000 |
commit | 36c5269b0ef1773eb1b578e8d288785c19581bbf (patch) | |
tree | eadfc816be725d8f4a92d1ea8081627c54995972 /Makefile | |
parent | 45e0615cd0e8818422ea709295a6d9485b3b3612 (diff) | |
download | poezio-36c5269b0ef1773eb1b578e8d288785c19581bbf.tar.gz poezio-36c5269b0ef1773eb1b578e8d288785c19581bbf.tar.bz2 poezio-36c5269b0ef1773eb1b578e8d288785c19581bbf.tar.xz poezio-36c5269b0ef1773eb1b578e8d288785c19581bbf.zip |
non-anonymous authentication, fixed #1185
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ install:all $(INSTALL) -m644 src/xmpp/* $(DATADIR)/poezio/src/xmpp/ echo "#!/usr/bin/env sh" > $(BINDIR)/poezio - echo "cd $(DATADIR)/poezio/src/ && python client.py" >> $(BINDIR)/poezio + echo "cd $(DATADIR)/poezio/src/ && python poezio.py" >> $(BINDIR)/poezio chmod 755 $(BINDIR)/poezio for localename in `find locale/ -maxdepth 1 -type d | grep -v '.svn' | sed 's:locale/::g'` ; do \ |