mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-12 20:16:49 +02:00
Config: Make the ARCHIVE_* variables generally available
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -338,6 +338,9 @@ define B2SUM
|
||||
[ "$($@_BLAKE2)" = "$$(b2sum $(DIR_DL)/$@ | awk '{ print $$1 }')" ] && echo "$@ checksum OK"
|
||||
endef
|
||||
|
||||
ARCHIVE_DIR = /tmp/archive
|
||||
ARCHIVE_TMP = $(ARCHIVE_DIR)/.tmp
|
||||
|
||||
# The filename of the package file
|
||||
PACKAGE_FILENAME = $(PROG)-$(VER)-$(RELEASE).ipfire
|
||||
|
||||
|
||||
@@ -33,9 +33,6 @@ RELEASE = $(CORE)
|
||||
|
||||
SUMMARY = IPFire Core Update $(CORE)
|
||||
|
||||
ARCHIVE_DIR = /tmp/archive
|
||||
ARCHIVE_TMP = $(ARCHIVE_DIR)/.tmp
|
||||
|
||||
###############################################################################
|
||||
# Top-level Rules
|
||||
###############################################################################
|
||||
|
||||
Reference in New Issue
Block a user