From: Peter Korsgaard Date: Mon, 14 Nov 2011 15:16:17 +0000 (+0100) Subject: file: install to staging as well X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a276ff90301ee82a4955fa15c8410fb2e3cf7ddd;p=buildroot.git file: install to staging as well file provides libmagic, which other packages might use - So install it into staging. Signed-off-by: Peter Korsgaard --- diff --git a/package/file/file.mk b/package/file/file.mk index d9a533f4d8..753605698a 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)