From 76260922ffe137227bdc3bb3197d4c03ea9301d7 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Mon, 17 Aug 2009 10:14:25 +0000 Subject: [package] ensure CONTROL directory is created (#5683) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17293 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- include/package-ipkg.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'include/package-ipkg.mk') diff --git a/include/package-ipkg.mk b/include/package-ipkg.mk index 4af052c37a..72d6d596b7 100644 --- a/include/package-ipkg.mk +++ b/include/package-ipkg.mk @@ -90,6 +90,7 @@ ifeq ($(DUMP),) $$(IPKG_$(1)): $(STAGING_DIR)/etc/ipkg.conf $(STAMP_BUILT) $$(IDIR_$(1))/CONTROL/control $(call Package/$(1)/install,$$(IDIR_$(1))) + mkdir -p $$(IDIR_$(1))/CONTROL mkdir -p $(PACKAGE_DIR) -find $$(IDIR_$(1)) -name 'CVS' -o -name '.svn' -o -name '.#*' | $(XARGS) rm -rf $(RSTRIP) $$(IDIR_$(1)) -- cgit v1.2.3