diff options
author | Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> | 2014-07-31 10:46:58 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-07-31 23:17:46 +0200 |
commit | c7f4b964718bc5a3329bb730f59e24091ecbc7a2 (patch) | |
tree | 4a11f71220ad375501cf6d482bc5612393170b62 /package/inotify-tools/inotify-tools.mk | |
parent | 17902f5b1601ab2036b6e89d91c2042755545cec (diff) |
package: remove the trailing slash sign from <PKG>_SITE variable
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>
Diffstat (limited to 'package/inotify-tools/inotify-tools.mk')
-rw-r--r-- | package/inotify-tools/inotify-tools.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/inotify-tools/inotify-tools.mk b/package/inotify-tools/inotify-tools.mk index 1a988a300..96b23cea3 100644 --- a/package/inotify-tools/inotify-tools.mk +++ b/package/inotify-tools/inotify-tools.mk @@ -5,7 +5,7 @@ ################################################################################ INOTIFY_TOOLS_VERSION = 3.14 -INOTIFY_TOOLS_SITE = http://github.com/downloads/rvoicilas/inotify-tools/ +INOTIFY_TOOLS_SITE = http://github.com/downloads/rvoicilas/inotify-tools INOTIFY_TOOLS_LICENSE = GPL INOTIFY_TOOLS_LICENSE_FILES = COPYING INOTIFY_TOOLS_INSTALL_STAGING = YES |