From ae47deffa16d5a78e790696a189bfb023c3754cb Mon Sep 17 00:00:00 2001 From: Simon Dawson Date: Fri, 3 May 2013 07:49:02 +0000 Subject: inotify-tools: install to staging inotify-tools includes a shared library, which should be installed in the staging directory Signed-off-by: Simon Dawson Signed-off-by: Peter Korsgaard --- package/inotify-tools/inotify-tools.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package/inotify-tools/inotify-tools.mk b/package/inotify-tools/inotify-tools.mk index deb8a8c0b..a5668a3d4 100644 --- a/package/inotify-tools/inotify-tools.mk +++ b/package/inotify-tools/inotify-tools.mk @@ -3,9 +3,11 @@ # inotify-utils # ############################################################# + INOTIFY_TOOLS_VERSION = 3.14 INOTIFY_TOOLS_SITE = http://github.com/downloads/rvoicilas/inotify-tools/ INOTIFY_TOOLS_LICENSE = GPL INOTIFY_TOOLS_LICENSE_FILES = COPYING +INOTIFY_TOOLS_INSTALL_STAGING = YES $(eval $(autotools-package)) -- cgit v1.2.3