fix logilab-astng and logilab-common compile
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 3 Sep 2009 00:02:33 +0000 (00:02 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 3 Sep 2009 00:02:33 +0000 (00:02 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@17492 3c298f89-4303-0410-b956-a3cf2f4a3e73

lang/logilab-astng/Makefile
lang/logilab-common/Makefile

index adf22b6..ed1f2ed 100644 (file)
@@ -36,10 +36,9 @@ define Build/Compile
        )
 endef
 
-define Package/logilad-astng/install
+define Package/logilab-astng/install
        mkdir -p $(1)
-       cp -r $(PKG_INSTALL_DIR)/* $(1)
+       cp -r $(PKG_INSTALL_DIR)/* $(1)/
 endef
 
-$(eval $(call PyPackage,logilab-astng))
 $(eval $(call BuildPackage,logilab-astng))
index 0cef04a..2fdce18 100644 (file)
@@ -36,10 +36,9 @@ define Build/Compile
        )
 endef
 
-define Package/logilad-common/install
+define Package/logilab-common/install
        mkdir -p $(1)
-       cp -r $(PKG_INSTALL_DIR)/* $(1)
+       cp -r $(PKG_INSTALL_DIR)/* $(1)/
 endef
 
-$(eval $(call PyPackage,logilab-common))
 $(eval $(call BuildPackage,logilab-common))