From: Bernhard Reutner-Fischer Date: Tue, 3 Oct 2006 13:42:42 +0000 (-0000) Subject: - late binding isn't a good idea there, i did end up with an empty SOURCE. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2d1ab08716ebca29292a0de6baaf026078014988;p=buildroot.git - late binding isn't a good idea there, i did end up with an empty SOURCE. --- diff --git a/package/sudo/sudo.mk b/package/sudo/sudo.mk index f9bd68ddb0..368054d504 100644 --- a/package/sudo/sudo.mk +++ b/package/sudo/sudo.mk @@ -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)