From 483ad95f3bfc8fa84d01aee8c94e66f21d3a0139 Mon Sep 17 00:00:00 2001 From: "mathieui@4325f9fc-e183-4c21-96ce-0ab188b42d13" Date: Fri, 17 Dec 2010 13:26:56 +0000 Subject: fix the poezio launcher in the makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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: -- cgit v1.2.3