aboutsummaryrefslogtreecommitdiff
path: root/container.scm
diff options
context:
space:
mode:
Diffstat (limited to 'container.scm')
-rw-r--r--container.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/container.scm b/container.scm
index 2cab0f4..74c7b74 100644
--- a/container.scm
+++ b/container.scm
@@ -194,7 +194,7 @@
,@(apply append
(map (lambda (file-name)
- (map (cut string-append "readme=" file-name <>)
+ (map (cut string-append "readme=:" file-name <>)
'(".md" ".mkd" ".rst" ".html" ".htm" ".txt" "")))
'("readme" "README" "install" "INSTALL")))