mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
package/pkgconf: purge trailing '/' from PKGCONF_SITE
<PKG>_SITE cannot have a trailing slash. This was not detected by the check in generic-package because it is a host-only package without Config.in symbol. Signed-off-by: Carlos Santos <casantos@datacom.com.br> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
parent
f8b2b42efb
commit
8da467b489
@ -5,7 +5,7 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
PKGCONF_VERSION = 1.5.3
|
PKGCONF_VERSION = 1.5.3
|
||||||
PKGCONF_SITE = https://distfiles.dereferenced.org/pkgconf/
|
PKGCONF_SITE = https://distfiles.dereferenced.org/pkgconf
|
||||||
PKGCONF_SOURCE = pkgconf-$(PKGCONF_VERSION).tar.xz
|
PKGCONF_SOURCE = pkgconf-$(PKGCONF_VERSION).tar.xz
|
||||||
PKGCONF_LICENSE = pkgconf license
|
PKGCONF_LICENSE = pkgconf license
|
||||||
PKGCONF_LICENSE_FILES = COPYING
|
PKGCONF_LICENSE_FILES = COPYING
|
||||||
|
Loading…
x
Reference in New Issue
Block a user