From: Michael Tremer Date: Sat, 8 Oct 2011 14:28:24 +0000 (+0200) Subject: Change way how the python binary module is installed. X-Git-Tag: 0.9.13~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e0b8f8223ff53d581e5aeefa1d9ba1c13823a4f9;p=people%2Fms%2Fpakfire.git Change way how the python binary module is installed. --- diff --git a/python/src/Makefile b/python/src/Makefile index d6192724a..80e9fbc4a 100644 --- a/python/src/Makefile +++ b/python/src/Makefile @@ -26,4 +26,4 @@ clean: .PHONY: install install: $(MODULENAME) -mkdir -pv $(DESTDIR)$(PYTHON_DIR)/$(PACKAGE_NAME) - cp -vf $< $(DESTDIR)$(PYTHON_DIR)/$(PACKAGE_NAME)/ + install -m 755 -v $< $(DESTDIR)$(PYTHON_DIR)/$(PACKAGE_NAME)/