mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
Use <package>_VERSION in all <package>.mk instead of <package>_VER
This commit is contained in:
@@ -3,10 +3,10 @@
|
||||
# rsync
|
||||
#
|
||||
#############################################################
|
||||
RSYNC_VER:=2.6.9
|
||||
RSYNC_SOURCE:=rsync-$(RSYNC_VER).tar.gz
|
||||
RSYNC_VERSION:=2.6.9
|
||||
RSYNC_SOURCE:=rsync-$(RSYNC_VERSION).tar.gz
|
||||
RSYNC_SITE:=http://rsync.samba.org/ftp/rsync/
|
||||
RSYNC_DIR:=$(BUILD_DIR)/rsync-$(RSYNC_VER)
|
||||
RSYNC_DIR:=$(BUILD_DIR)/rsync-$(RSYNC_VERSION)
|
||||
RSYNC_CAT:=$(ZCAT)
|
||||
RSYNC_BINARY:=rsync
|
||||
RSYNC_TARGET_BINARY:=usr/bin/rsync
|
||||
|
||||
Reference in New Issue
Block a user