Closed boretom closed 4 years ago
A target for bulding build.sh.in was missing in maintMakefile
build.sh.in
maintMakefile
Since DOS is not a supported platform the files were gone before. Therefore remove the dist related DOS files.
Replace shebang /usr/bin/perl with /usr/bin/env perl since perl's location depends on the OS.
/usr/bin/perl
/usr/bin/env perl
A target for bulding
build.sh.in
was missing inmaintMakefile
Since DOS is not a supported platform the files were gone before. Therefore remove the dist related DOS files.
Replace shebang
/usr/bin/perl
with/usr/bin/env perl
since perl's location depends on the OS.