From c7f4b964718bc5a3329bb730f59e24091ecbc7a2 Mon Sep 17 00:00:00 2001 From: Jerzy Grzegorek Date: Thu, 31 Jul 2014 10:46:58 +0200 Subject: package: remove the trailing slash sign from _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 Signed-off-by: Thomas Petazzoni --- package/lsof/lsof.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/lsof') diff --git a/package/lsof/lsof.mk b/package/lsof/lsof.mk index 285bd47696..7131c2cbd1 100644 --- a/package/lsof/lsof.mk +++ b/package/lsof/lsof.mk @@ -6,7 +6,7 @@ LSOF_VERSION = 4.87 LSOF_SOURCE = lsof_$(LSOF_VERSION).tar.bz2 -LSOF_SITE = ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/ +LSOF_SITE = ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof LSOF_LICENSE = lsof license # License is repeated in each file, this is a relatively small one. # It is also defined in 00README, but that contains a lot of other cruft. -- cgit v1.2.1