fix the poezio launcher in the makefile
This commit is contained in:
parent
a13d768e0d
commit
483ad95f3b
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -25,7 +25,7 @@ install:
|
|||
done
|
||||
|
||||
echo "#!/usr/bin/env sh" > $(DESTDIR)$(BINDIR)/poezio
|
||||
echo "python3 $(DATADIR)/poezio/src/poezio.py" >> $(DESTDIR)$(BINDIR)/poezio
|
||||
echo "python3 $(DATADIR)/poezio/src/poezio.py \$$@" >> $(DESTDIR)$(BINDIR)/poezio
|
||||
chmod 755 $(DESTDIR)$(BINDIR)/poezio
|
||||
|
||||
uninstall:
|
||||
|
|
Loading…
Reference in a new issue