autiste
This commit is contained in:
parent
68c70632fd
commit
5a9c4fae0d
2 changed files with 2 additions and 2 deletions
2
Makefile
2
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
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/environ sh
|
||||
#!/usr/bin/env sh
|
||||
|
||||
cd src/ && python client.py "$@"
|
||||
|
||||
|
|
Loading…
Reference in a new issue