Config: Make the ARCHIVE_* variables generally available

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2024-07-10 17:48:05 +00:00
parent b368b19020
commit a8892acefe
2 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -33,9 +33,6 @@ RELEASE = $(CORE)
SUMMARY = IPFire Core Update $(CORE)
ARCHIVE_DIR = /tmp/archive
ARCHIVE_TMP = $(ARCHIVE_DIR)/.tmp
###############################################################################
# Top-level Rules
###############################################################################