mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-20 07:53:01 +02:00
Config: Use the correct variable for the package release
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -342,7 +342,7 @@ ARCHIVE_DIR = /tmp/archive
|
||||
ARCHIVE_TMP = $(ARCHIVE_DIR)/.tmp
|
||||
|
||||
# The filename of the package file
|
||||
PACKAGE_FILENAME = $(PROG)-$(VER)-$(RELEASE).ipfire
|
||||
PACKAGE_FILENAME = $(PROG)-$(VER)-$(PAK_VER).ipfire
|
||||
|
||||
# The filename of the meta file
|
||||
META_FILENAME = meta-$(PROG)
|
||||
@@ -430,10 +430,10 @@ define CREATE_META
|
||||
echo "Name: $(PROG)" >> $(2)
|
||||
echo "Summary: $(SUMMARY)" >> $(2)
|
||||
echo "ProgVersion: $(VER)" >> $(2)
|
||||
echo "Release: $(RELEASE)" >> $(2)
|
||||
echo "Release: $(PAK_VER)" >> $(2)
|
||||
echo "Size: $(call PACKAGE_SIZE,$(1))" >> $(2)
|
||||
echo "Dependencies: $(DEPS)" >> $(2)
|
||||
echo "File: $(PROG)-$(VER)-$(RELEASE).ipfire" >> $(2)
|
||||
echo "File: $(PROG)-$(VER)-$(PAK_VER).ipfire" >> $(2)
|
||||
echo "Services: $(SERVICES)" >> $(2)
|
||||
endef
|
||||
|
||||
|
||||
Reference in New Issue
Block a user