package/composer: fix improperly scoped variable
Fixes: ef57da23b9
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
parent
7d249dab51
commit
139e478617
@ -9,8 +9,8 @@ COMPOSER_SOURCE = composer-$(COMPOSER_VERSION).phar
|
|||||||
# Here, we pass a dummy URL parameter in order to control the name the file
|
# Here, we pass a dummy URL parameter in order to control the name the file
|
||||||
# will have once downloaded.
|
# will have once downloaded.
|
||||||
# Otherwise, the names will clash ifever we update the version.
|
# Otherwise, the names will clash ifever we update the version.
|
||||||
BASE_SITE = https://getcomposer.org/download/$(COMPOSER_VERSION)/composer.phar
|
COMPOSER_BASE_SITE = https://getcomposer.org/download/$(COMPOSER_VERSION)/composer.phar
|
||||||
COMPOSER_SITE = $(BASE_SITE)?n=f/$(COMPOSER_SOURCE)
|
COMPOSER_SITE = $(COMPOSER_BASE_SITE)?n=f/$(COMPOSER_SOURCE)
|
||||||
COMPOSER_LICENSE = MIT
|
COMPOSER_LICENSE = MIT
|
||||||
COMPOSER_LICENSE_FILES = LICENSE
|
COMPOSER_LICENSE_FILES = LICENSE
|
||||||
COMPOSER_CPE_ID_VENDOR = getcomposer
|
COMPOSER_CPE_ID_VENDOR = getcomposer
|
||||||
|
Loading…
Reference in New Issue
Block a user