From 5ce98037742fb81a8db0fede1f3c5a458cc5e9de Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Mon, 3 Feb 2020 14:16:34 -0700 Subject: best to avoid capitals in the file which is not actually the README Signed-off-by: Sean Whitton --- dist.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dist.ini') 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" -- cgit v1.2.3