summaryrefslogtreecommitdiff
path: root/dist.ini
diff options
context:
space:
mode:
Diffstat (limited to 'dist.ini')
-rw-r--r--dist.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/dist.ini b/dist.ini
index c848b7a..ab16958 100644
--- a/dist.ini
+++ b/dist.ini
@@ -17,11 +17,11 @@ release_status = unstable
prune_directory = debian
exclude_filename = README.dist
-; The installation instructions in README.dist are valid only for the
+; The installation instructions in dist.readme are valid only for the
; dist, not for the git repository, so avoid having them under the
; name 'README' in the root of the git repository
[Run::BeforeBuild]
-eval = use File::Copy qw(copy); copy "README.dist", "README"
+eval = use File::Copy qw(copy); copy "distreadme", "README"
[Run::BeforeArchive]
eval = unlink "README"