Browse code

Fix README wrong filename

Sugandi authored on 2014/12/08 12:56:05
Showing 1 changed files
... ...
@@ -47,7 +47,7 @@ if not os.getenv("S3CMD_PACKAGING"):
47 47
     man_path = os.getenv("S3CMD_INSTPATH_MAN") or "share/man"
48 48
     doc_path = os.getenv("S3CMD_INSTPATH_DOC") or "share/doc/packages"
49 49
     data_files = [
50
-        (doc_path+"/s3cmd", [ "README", "INSTALL", "NEWS" ]),
50
+        (doc_path+"/s3cmd", [ "README.md", "INSTALL", "NEWS" ]),
51 51
         (man_path+"/man1", [ "s3cmd.1" ] ),
52 52
     ]
53 53
 else: