- late binding isn't a good idea there, i did end up with an empty SOURCE.
This commit is contained in:
parent
6b48b48034
commit
2d1ab08716
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user