mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-06 18:09:44 +03:00
- late binding isn't a good idea there, i did end up with an empty SOURCE.
This commit is contained in:
@@ -5,10 +5,10 @@
|
||||
#############################################################
|
||||
|
||||
SUDO_VER:=1.6.8p9
|
||||
SUDO_DIR:=$(BUILD_DIR)/sudo-$(SUDO_VER)
|
||||
SUDO_SOURCE:=sudo-$(SUDO_VER).tar.gz
|
||||
SUDO_SITE=http://www.courtesan.com/sudo/dist
|
||||
SUDO_UNZIP=$(ZCAT)
|
||||
SUDO_SITE:=http://www.courtesan.com/sudo/dist
|
||||
SUDO_DIR:=$(BUILD_DIR)/sudo-$(SUDO_VER)
|
||||
SUDO_UNZIP:=$(ZCAT)
|
||||
|
||||
$(DL_DIR)/$(SUDO_SOURCE):
|
||||
$(WGET) -P $(DL_DIR) $(SUDO_SITE)/$(SUDO_SOURCE)
|
||||
|
||||
Reference in New Issue
Block a user