OSDN Git Service

fix installer
authorgn64_jp <gn64_jp@4e526526-5e11-4fc0-8910-f8fd03428081>
Fri, 17 Feb 2012 03:50:36 +0000 (03:50 +0000)
committergn64_jp <gn64_jp@4e526526-5e11-4fc0-8910-f8fd03428081>
Fri, 17 Feb 2012 03:50:36 +0000 (03:50 +0000)
git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/rec10@914 4e526526-5e11-4fc0-8910-f8fd03428081

rec10/trunk/src/tv2ts.py

index 52a2c00..f69551d 100644 (file)
@@ -101,6 +101,7 @@ def tv2b25ts(pout, ch, time):
             status.changeBSCSRecording(-1)
         else:
             status.changeTERecording(-1)
+    os.chmod(pout,0755)
 def b252tsmix(pin, pout):
     if not (os.path.exists(pout) and os.path.getsize(pin)>os.path.getsize(pout)*0.95 and os.path.getsize(pin)<os.path.getsize(pout)*1.05):
         exe=""