From 0200cdbff7fbfa7b877ef951c611e1161000f034 Mon Sep 17 00:00:00 2001 From: Volker Grabsch Date: Sat, 8 Nov 2008 19:31:05 +0100 Subject: [PATCH] after unpacking, check whether the expected subdirectory exists --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 3e713106..4705c3c6 100644 --- a/Makefile +++ b/Makefile @@ -46,6 +46,7 @@ $(PREFIX)/installed.$(1): $(addprefix $(PREFIX)/installed.,$($(1)_DEPS)) $(call DOWNLOAD,$($(1)_URL),$($(1)_URL_2)) ) cd '$(2)' && \ $(call UNPACK_ARCHIVE,$(PKG_DIR)/$($(1)_FILE)) + cd '$(2)/$($(1)_SUBDIR)' $$(call $(1)_BUILD,$(2)/$($(1)_SUBDIR)) rm -rfv '$(2)' touch '$$@'