summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormathieui@4325f9fc-e183-4c21-96ce-0ab188b42d13 <mathieui@4325f9fc-e183-4c21-96ce-0ab188b42d13>2010-12-17 13:26:56 +0000
committermathieui@4325f9fc-e183-4c21-96ce-0ab188b42d13 <mathieui@4325f9fc-e183-4c21-96ce-0ab188b42d13>2010-12-17 13:26:56 +0000
commit483ad95f3bfc8fa84d01aee8c94e66f21d3a0139 (patch)
treed78f19f84a34ceec2ca9c4e8f490571971afbcd5 /Makefile
parenta13d768e0d14033a5109c0a393737d0d9c906b96 (diff)
downloadpoezio-483ad95f3bfc8fa84d01aee8c94e66f21d3a0139.tar.gz
poezio-483ad95f3bfc8fa84d01aee8c94e66f21d3a0139.tar.bz2
poezio-483ad95f3bfc8fa84d01aee8c94e66f21d3a0139.tar.xz
poezio-483ad95f3bfc8fa84d01aee8c94e66f21d3a0139.zip
fix the poezio launcher in the makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4361f493..a327413a 100644
--- a/Makefile
+++ b/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: