[libgweather] [python] Do not set executable bit for __init__.py



commit abf28a055d433f53f60f104aff3230b6cf4e6353
Author: Emilio Pozuelo Monfort <pochu ubuntu com>
Date:   Wed Sep 9 01:41:43 2009 +0200

    [python] Do not set executable bit for __init__.py
    
    http://bugzilla.gnome.org/show_bug.cgi?id=593454

 python/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/python/Makefile.am b/python/Makefile.am
index fdea627..502705b 100644
--- a/python/Makefile.am
+++ b/python/Makefile.am
@@ -23,7 +23,7 @@ gweather.c: gweather.defs gweather.override
 
 install-exec-hook:
 	$(MKDIR_P) "$(DESTDIR)$(pyunstabledir)"
-	$(INSTALL_SCRIPT) bad__init__.py "$(DESTDIR)$(pyexecdir)/gweather/__init__.py"
+	$(INSTALL_DATA) bad__init__.py "$(DESTDIR)$(pyexecdir)/gweather/__init__.py"
 	touch $(DESTDIR)$(pyunstabledir)/__init__.py
 	chmod a+x $(DESTDIR)$(pyunstabledir)/__init__.py
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]