# HG changeset patch # User Alex McMahon # Date 1276191911 -3600 # Node ID 74da85d5c9deeecb5cd87f3e0f339bda980312b7 # Parent f3194ea255f3ca9c1c438d859cb7b182d85d86eb remove patch diff -r f3194ea255f3 -r 74da85d5c9de lang/tcl/patches/003-init_tcl.patch --- a/lang/tcl/patches/003-init_tcl.patch Thu Jun 10 18:40:28 2010 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,17 +0,0 @@ ---- a/Makefile Fri May 21 13:45:56 2010 +0100 -+++ b/Makefile Fri May 21 13:49:47 2010 +0100 -@@ -51,10 +51,12 @@ endef - endef - - define Build/InstallDev -- $(INSTALL_DIR) $(1)/usr/include -+ mkdir -p $(1)/usr/include - $(CP) $(PKG_INSTALL_DIR)/usr/include/*.h $(1)/usr/include/ -- $(INSTALL_DIR) $(1)/usr/lib -+ mkdir -p $(1)/usr/lib - $(CP) $(PKG_INSTALL_DIR)/usr/lib/libtcl*.{a,so*} $(1)/usr/lib/ -+ $(INSTALL_DIR) $(1)/usr/lib/tcl8.4 -+ $(CP) $(PKG_INSTALL_DIR)/init.tcl $(1)/usr/lib/tcl8.4 - endef - -