remove patch default tip
authorAlex McMahon <alex.mcmahon@cs.tcd.ie>
Thu, 10 Jun 2010 18:45:11 +0100
changeset 9 74da85d5c9de
parent 8 f3194ea255f3
remove patch
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
- 
-