diff options
author | Jeff Parent <jeff+SBo@sh0.xyz> | 2020-09-26 07:20:45 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-09-26 16:10:56 +0700 |
commit | 19f0a2f760e634ce7b7d2d7d3e8a0493b572432e (patch) | |
tree | d1878fa704b6d995ac2e7781b69b09fd26774b29 /libraries/tcl-promise/dst-installer.patch | |
parent | a2b590d7d6e0ea8e39590a2696cd15bb8caf015d (diff) |
libraries/tcl-promise: Added (A promise/future lib for tcl)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/tcl-promise/dst-installer.patch')
-rw-r--r-- | libraries/tcl-promise/dst-installer.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libraries/tcl-promise/dst-installer.patch b/libraries/tcl-promise/dst-installer.patch new file mode 100644 index 0000000000..293f59d268 --- /dev/null +++ b/libraries/tcl-promise/dst-installer.patch @@ -0,0 +1,12 @@ +--- promise-1.1.0.tm.orig 2020-07-27 12:00:27.771781329 -0500 ++++ promise-1.1.0.tm 2020-07-27 12:03:12.543787263 -0500 +@@ -1281,7 +1281,8 @@ + }
+ }
+ install {
+- set dir [file join [tcl::pkgconfig get libdir,runtime] tcl8 8.6]
++ set dir [string cat [lindex $::argv 1] [file join [tcl::pkgconfig get libdir,runtime] tcl8 8.6]]
++ file mkdir $dir
+ if {[file extension $filename] eq ".tm"} {
+ # We already are a .tm with version number
+ set target $filename
|