From a276ff90301ee82a4955fa15c8410fb2e3cf7ddd Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Mon, 14 Nov 2011 16:16:17 +0100 Subject: file: install to staging as well file provides libmagic, which other packages might use - So install it into staging. Signed-off-by: Peter Korsgaard --- package/file/file.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'package') diff --git a/package/file/file.mk b/package/file/file.mk index d9a533f4d..753605698 100644 --- a/package/file/file.mk +++ b/package/file/file.mk @@ -8,6 +8,7 @@ FILE_VERSION = 5.09 FILE_SITE = ftp://ftp.astron.com/pub/file/ FILE_DEPENDENCIES = host-file zlib HOST_FILE_DEPENDENCIES = host-zlib +FILE_INSTALL_STAGING = YES define FILE_UNINSTALL_TARGET_CMDS $(MAKE) DESTDIR=$(TARGET_DIR) uninstall -C $(FILE_DIR) -- cgit v1.2.3