Commit ae47deff authored by Simon Dawson's avatar Simon Dawson Committed by Peter Korsgaard
Browse files

inotify-tools: install to staging



inotify-tools includes a shared library, which should be installed in the
staging directory

Signed-off-by: default avatarSimon Dawson <spdawson@gmail.com>
Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 58a73c6a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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))