From 6c94f611a5c510435de3961550c2f95b5c7de944 Mon Sep 17 00:00:00 2001 From: "louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13" Date: Sun, 31 Jan 2010 14:23:14 +0000 Subject: test --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 16087c0d..02ac1874 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -prefix=/usr/local +prefix=/usr LIBDIR=$(DESTDIR)$(prefix)/lib BINDIR=$(DESTDIR)$(prefix)/bin DATADIR=$(DESTDIR)$(prefix)/share @@ -18,8 +18,9 @@ install: $(INSTALL) -m644 $$sourcefile $(DATADIR)/poezio/src; \ done - echo "#!/usr/bin/env python" > $(BINDIR)/poezio + echo "#!/bin/sh" > $(BINDIR)/poezio echo "cd $(DATADIR)/poezio/src/ && python client.py" >> $(BINDIR)/poezio + chmod 755 $(BINDIR)/poezio for localename in `find locale/ -maxdepth 1 -type d | grep -v '.svn' | sed 's:locale/::g'` ; do \ if [ -d locale/$$localename ]; then \ -- cgit v1.2.3