create symlink from $out/bin/tclsh to $out/bin/tclsh${version}

svn path=/nixpkgs/trunk/; revision=5868
This commit is contained in:
Armijn Hemel 2006-07-22 09:11:05 +00:00
parent a89ab0583e
commit 87ae734392

View file

@ -6,4 +6,10 @@ preConfigure() {
preConfigure=preConfigure
postInstall() {
ln -s $out/bin/tclsh8.4 $out/bin/tclsh
}
postInstall=postInstall
genericBuild