summaryrefslogtreecommitdiffstats
path: root/package/file
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2011-11-14 16:16:17 +0100
committerPeter Korsgaard <jacmet@sunsite.dk>2011-11-14 16:16:17 +0100
commita276ff90301ee82a4955fa15c8410fb2e3cf7ddd (patch)
tree221fd3dc86fff97cc0020badc7275e32193a0bd7 /package/file
parent0a93b0f4185071962b206392a5e202f4811f4dfa (diff)
downloadbuildroot-novena-a276ff90301ee82a4955fa15c8410fb2e3cf7ddd.tar.gz
buildroot-novena-a276ff90301ee82a4955fa15c8410fb2e3cf7ddd.zip
file: install to staging as well
file provides libmagic, which other packages might use - So install it into staging. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/file')
-rw-r--r--package/file/file.mk1
1 files changed, 1 insertions, 0 deletions
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)