diff options
author | CoprDistGit <infra@openeuler.org> | 2024-11-16 13:19:27 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-11-16 13:19:27 +0000 |
commit | dc41324914e7fb8451c663f2e83c4daa259e0f75 (patch) | |
tree | d52bde2543b54602e59450377c1b2f43cda5f791 /macros.tcl | |
parent | 495915bd411b88bab4e9aa4b6f466072c12dd35d (diff) |
automatic import of tcl
Diffstat (limited to 'macros.tcl')
-rw-r--r-- | macros.tcl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/macros.tcl b/macros.tcl new file mode 100644 index 0000000..00da2a2 --- /dev/null +++ b/macros.tcl @@ -0,0 +1,3 @@ +%tcl_version %(echo 'puts $tcl_version' | tclsh) +%tcl_sitelib %{_datadir}/tcl%{tcl_version} +%tcl_sitearch %{_libdir}/tcl%{tcl_version} |