From 24a0134817d5104f20f6568c861230f10c10f5d2 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Thu, 6 Sep 2007 03:23:21 +0000 Subject: [PATCH] add missing install dir creation SVN-Revision: 8643 --- lang/egenix-mx/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/egenix-mx/Makefile b/lang/egenix-mx/Makefile index 2c8ff9907..72445b0ca 100644 --- a/lang/egenix-mx/Makefile +++ b/lang/egenix-mx/Makefile @@ -80,6 +80,7 @@ define Build/UninstallDev endef define PyPackage/egenix-mx/install + $(INSTALL_DIR) $(1)$(PYTHON_PKG_DIR) $(CP) $(PKG_BUILD_DIR)/foo/mx $(1)$(PYTHON_PKG_DIR)/ ln -sf $(1)$(PYTHON_PKG_DIR)/mx/BeeBase/ExitFunctions.py \ $(1)$(PYTHON_PKG_DIR)/mx/Misc/ -- 2.30.2