mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 22:26:31 +00:00
Use correct binary in 'at' to avoid rebuilds
This commit is contained in:
parent
dfdf88d25b
commit
8b841c2a89
@ -9,7 +9,7 @@ AT_SITE:=http://ftp.debian.org/debian/pool/main/a/at
|
|||||||
AT_DIR:=$(BUILD_DIR)/at-$(AT_VERSION)
|
AT_DIR:=$(BUILD_DIR)/at-$(AT_VERSION)
|
||||||
AT_CAT:=$(ZCAT)
|
AT_CAT:=$(ZCAT)
|
||||||
AT_TARGET_SCRIPT:=etc/init.d/S99at
|
AT_TARGET_SCRIPT:=etc/init.d/S99at
|
||||||
AT_BINARY:=.at
|
AT_BINARY:=at
|
||||||
|
|
||||||
$(DL_DIR)/$(AT_SOURCE):
|
$(DL_DIR)/$(AT_SOURCE):
|
||||||
$(WGET) -P $(DL_DIR) $(AT_SITE)/$(AT_SOURCE)
|
$(WGET) -P $(DL_DIR) $(AT_SITE)/$(AT_SOURCE)
|
||||||
@ -62,6 +62,8 @@ at-clean:
|
|||||||
|
|
||||||
at-dirclean:
|
at-dirclean:
|
||||||
rm -rf $(AT_DIR)
|
rm -rf $(AT_DIR)
|
||||||
|
|
||||||
|
.PHONY: at
|
||||||
#############################################################
|
#############################################################
|
||||||
#
|
#
|
||||||
# Toplevel Makefile options
|
# Toplevel Makefile options
|
||||||
|
Loading…
x
Reference in New Issue
Block a user