From 246761b7a8ae1bad51a7e2c7385c5e05cddebd63 Mon Sep 17 00:00:00 2001 From: "louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13" Date: Mon, 1 Feb 2010 20:28:33 +0000 Subject: /usr/bin/environ c'est mieux --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 83138703..96d99b57 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ install:all done $(INSTALL) -m644 src/xmpp/* $(DATADIR)/poezio/src/xmpp/ - echo "#!/bin/sh" > $(BINDIR)/poezio + echo "#!/usr/bin/environ sh" > $(BINDIR)/poezio echo "cd $(DATADIR)/poezio/src/ && python client.py" >> $(BINDIR)/poezio chmod 755 $(BINDIR)/poezio -- cgit v1.2.3