]> git.parisson.com Git - telecaster-cgi.git/commitdiff
make exe
authoryomguy <yomguy@parisson.com>
Mon, 16 Jan 2012 15:15:38 +0000 (16:15 +0100)
committeryomguy <yomguy@parisson.com>
Mon, 16 Jan 2012 15:15:38 +0000 (16:15 +0100)
conf/etc/init.d/stream-m [changed mode: 0644->0755]
install.py
vendor/stream-m/bin/stream-m [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index c4086d0ca49e996a9eea49ce9d3aca373d428ba2..596c5fb7a95c2107c9fe509f74837918ba52029d 100755 (executable)
@@ -112,6 +112,7 @@ class Install(object):
                 os.makedirs(conf_dir)
             for file in in_files:
                 shutil.copy('conf'+conf_dir+os.sep+file, conf_dir+os.sep+file)
+            self.chown(conf_dir)
 
         for dir in os.listdir('conf/home'):
             home_dir = self.home + '/.' + dir
old mode 100644 (file)
new mode 100755 (executable)