]> git.pld-linux.org Git - packages/rpm-build-macros.git/blob - macros.tcl
Add rename notice
[packages/rpm-build-macros.git] / macros.tcl
1 # TCL specific macro definitions.
2
3 %__tclsh        /usr/bin/tclsh
4
5 %tcl_version    %{expand:%%global tcl_version %(echo 'puts $tcl_version' | %{__tclsh})}%tcl_version
6 %tcl_sitearch   %{_libdir}/tcl%{tcl_version}
7 %tcl_sitelib    %{_datadir}/tcl%{tcl_version}
This page took 0.043656 seconds and 3 git commands to generate.