2
1
Эх сурвалжийг харах

- late binding isn't a good idea there, i did end up with an empty SOURCE.

Bernhard Reutner-Fischer 19 жил өмнө
parent
commit
2d1ab08716
1 өөрчлөгдсөн 3 нэмэгдсэн , 3 устгасан
  1. 3 3
      package/sudo/sudo.mk

+ 3 - 3
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)