inotify-tools: install to staging
authorSimon Dawson <spdawson@gmail.com>
Fri, 3 May 2013 07:49:02 +0000 (07:49 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sat, 4 May 2013 11:28:02 +0000 (13:28 +0200)
inotify-tools includes a shared library, which should be installed in the
staging directory

Signed-off-by: Simon Dawson <spdawson@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/inotify-tools/inotify-tools.mk

index deb8a8c0be5f5318e54010e0cbb2eed68fe80b6d..a5668a3d4eb2c0a938e2ba84acf36a784ff84b61 100644 (file)
@@ -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))