create symlink from $out/bin/tclsh to $out/bin/tclsh${version}
svn path=/nixpkgs/trunk/; revision=5868
This commit is contained in:
parent
a89ab0583e
commit
87ae734392
@ -6,4 +6,10 @@ preConfigure() {
|
||||
|
||||
preConfigure=preConfigure
|
||||
|
||||
postInstall() {
|
||||
ln -s $out/bin/tclsh8.4 $out/bin/tclsh
|
||||
}
|
||||
|
||||
postInstall=postInstall
|
||||
|
||||
genericBuild
|
||||
|
Loading…
Reference in New Issue
Block a user