c7f4b96471
Since the trailing slash is stripped from $($(PKG)_SITE) by pkg-generic.mk: $(call DOWNLOAD,$($(PKG)_SITE:/=)/$($(PKG)_SOURCE)) so it is redundant. This patch removes it from $(PKG)_SITE variable for BR consistency. Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 lines
417 B
Makefile
14 lines
417 B
Makefile
################################################################################
|
|
#
|
|
# inotify-tools
|
|
#
|
|
################################################################################
|
|
|
|
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))
|