mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
- 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_VER:=1.6.8p9
|
||||||
SUDO_DIR:=$(BUILD_DIR)/sudo-$(SUDO_VER)
|
|
||||||
SUDO_SOURCE:=sudo-$(SUDO_VER).tar.gz
|
SUDO_SOURCE:=sudo-$(SUDO_VER).tar.gz
|
||||||
SUDO_SITE=http://www.courtesan.com/sudo/dist
|
SUDO_SITE:=http://www.courtesan.com/sudo/dist
|
||||||
SUDO_UNZIP=$(ZCAT)
|
SUDO_DIR:=$(BUILD_DIR)/sudo-$(SUDO_VER)
|
||||||
|
SUDO_UNZIP:=$(ZCAT)
|
||||||
|
|
||||||
$(DL_DIR)/$(SUDO_SOURCE):
|
$(DL_DIR)/$(SUDO_SOURCE):
|
||||||
$(WGET) -P $(DL_DIR) $(SUDO_SITE)/$(SUDO_SOURCE)
|
$(WGET) -P $(DL_DIR) $(SUDO_SITE)/$(SUDO_SOURCE)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user