From 54314e1125f52b22086ebcea33fbba40c567631c Mon Sep 17 00:00:00 2001 From: Aleksey Lim Date: Mon, 29 Dec 2008 07:06:48 +0000 Subject: fix .so install options --- diff --git a/Makefile b/Makefile index fa80764..8b9aef5 100644 --- a/Makefile +++ b/Makefile @@ -11,6 +11,6 @@ all clean: $(MAKE) -C common/Util/Clooper $@ install: - install -Dm 0644 common/Util/Clooper/aclient.so $(DESTDIR)/$(pythondir)/tamtam/aclient.so + install -Dsm 0755 common/Util/Clooper/aclient.so $(DESTDIR)/$(pythondir)/tamtam/aclient.so touch $(DESTDIR)/$(pythondir)/tamtam/__init__.py cd common/Resources && find -type f ! -name '*.py' -exec install -Dm 0644 {} $(DESTDIR)/usr/share/tamtam/{} \; -- cgit v0.9.1