Rename installperl.sh into release.sh and add install stuff
commitb70f53a4798f91b36a9632d13c85987ef90fb4c9
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Tue, 13 Nov 2007 02:23:12 +0000 (13 02:23 +0000)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Tue, 13 Nov 2007 03:01:27 +0000 (13 03:01 +0000)
tree7c3642d5ff4b03bef6bdc6cb298eea8599e2b468
parenta4afe4e1ee286998937593afdfbd292d349a03e1
Rename installperl.sh into release.sh and add install stuff

This is mainly ripped from the Tcl/Tk work I did, to bring the same
functionality to Perl.

Basically, edit /share/perl/release.sh to reflect the Perl version you
want to install, then commit it (this is necessary, since this script
does not even allow untracked files in the working tree).

Then run it, and it will fetch/build/install Perl, and even update the
index (as well as /share/perl/fileList.txt which was used to uninstall
the previous version).  You can then commit this as-is.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
.gitignore
share/perl/.gitignore [deleted file]
share/perl/fileList.txt [new file with mode: 0644]
share/perl/installperl.sh [deleted file]
share/perl/release.sh [new file with mode: 0644]