diff options
author | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13> | 2010-01-31 14:23:14 +0000 |
---|---|---|
committer | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13> | 2010-01-31 14:23:14 +0000 |
commit | 6c94f611a5c510435de3961550c2f95b5c7de944 (patch) | |
tree | a01509c94d62285a697cf47e084caae7c6d660d4 /Makefile | |
parent | 9faeb0674c012383a2d01a9c17d97f94cc5a5897 (diff) | |
download | poezio-6c94f611a5c510435de3961550c2f95b5c7de944.tar.gz poezio-6c94f611a5c510435de3961550c2f95b5c7de944.tar.bz2 poezio-6c94f611a5c510435de3961550c2f95b5c7de944.tar.xz poezio-6c94f611a5c510435de3961550c2f95b5c7de944.zip |
test
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 \ |