diff mbox

inotify-tools: install to staging

Message ID 1367603342-19774-1-git-send-email-spdawson@gmail.com
State Accepted
Commit ae47deffa16d5a78e790696a189bfb023c3754cb
Headers show

Commit Message

Simon Dawson May 3, 2013, 5:49 p.m. UTC
From: Simon Dawson <spdawson@gmail.com>

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

Signed-off-by: Simon Dawson <spdawson@gmail.com>
---
 package/inotify-tools/inotify-tools.mk | 2 ++
 1 file changed, 2 insertions(+)

Comments

Peter Korsgaard May 4, 2013, 11:30 a.m. UTC | #1
>>>>> "spdawson" == spdawson  <spdawson@gmail.com> writes:

 spdawson> From: Simon Dawson <spdawson@gmail.com>

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

 spdawson> Signed-off-by: Simon Dawson <spdawson@gmail.com>

Committed, thanks.
diff mbox

Patch

diff --git a/package/inotify-tools/inotify-tools.mk b/package/inotify-tools/inotify-tools.mk
index deb8a8c..a5668a3 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))