Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Make the distribution name also use the computed version
  • Loading branch information
David Christensen committed Nov 3, 2017
1 parent a41509c commit 5455a2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.PL
Expand Up @@ -860,6 +860,7 @@ GetOptions(\%optctl, @options)
WriteMakefile(
NAME => "Interchange",
DISTNAME => "interchange",
DISTVNAME => "interchange-" . get_dist_version(),
clean => {
FILES => "lib/IniConf.pm _uid _db_storable _allow_threads _session_storable lib/File/CounterFile.pm scripts/initp.pl scripts/compile_link scripts/config_prog scripts/configdump scripts/expire scripts/localize scripts/expireall scripts/makecat scripts/ic_mod_perl scripts/interchange scripts/offline scripts/restart scripts/update _ic_version",
},
Expand Down

0 comments on commit 5455a2b

Please sign in to comment.