summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer2006-10-03 15:42:42 +0200
committerBernhard Reutner-Fischer2006-10-03 15:42:42 +0200
commit2d1ab08716ebca29292a0de6baaf026078014988 (patch)
tree2e855e4dba6b221fcc35b02ff2ef615338360469 /package
parentadd a know to enable/disable building a shared libgcc (diff)
downloadbuildroot-2d1ab08716ebca29292a0de6baaf026078014988.tar.gz
buildroot-2d1ab08716ebca29292a0de6baaf026078014988.tar.xz
buildroot-2d1ab08716ebca29292a0de6baaf026078014988.zip
- late binding isn't a good idea there, i did end up with an empty SOURCE.
Diffstat (limited to 'package')
-rw-r--r--package/sudo/sudo.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/sudo/sudo.mk b/package/sudo/sudo.mk
index f9bd68ddb..368054d50 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)