From 4b116d86b609d7c668e573a691095bd61800b209 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 28 Mar 2011 21:09:09 +0000 Subject: install tcllib in the package since its needed for base64 for including images inline svn path=/trunk/; revision=15052 --- packages/win32_inno/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/packages/win32_inno/Makefile b/packages/win32_inno/Makefile index 1c7535fb..f82ce7df 100755 --- a/packages/win32_inno/Makefile +++ b/packages/win32_inno/Makefile @@ -103,6 +103,13 @@ lib_install: cp -rp /usr/local/lib/reg1.2/* $(DESTDIR)$(libdir)/reg1.2 +# tcllib install +# tcllib is an old standard lib for Tcl written in Tcl, it includes things we +# need, like base64, so include it in the package on all platforms +tcllib_install: + install -d $(DESTDIR)$(libdir) + cp -a /usr/local/lib/tcllib1.13/* $(DESTDIR)$(libdir)/ + exe_install: install -d $(DESTDIR)$(bindir) install -p $(bin_src)/wish85.exe $(DESTDIR)$(bindir) -- cgit v1.2.1