mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
Marked as beta2
fix meta-file of updater
This commit is contained in:
@@ -79,4 +79,4 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
|||||||
-e "s/RELEASE/16/g" \
|
-e "s/RELEASE/16/g" \
|
||||||
-e "s/DEPS/$(DEPS)/g" \
|
-e "s/DEPS/$(DEPS)/g" \
|
||||||
-e "s/SIZE/`ls -l \/install\/packages\/core-upgrade-2.1-16.ipfire | awk '{ print $$5 }'`/g" \
|
-e "s/SIZE/`ls -l \/install\/packages\/core-upgrade-2.1-16.ipfire | awk '{ print $$5 }'`/g" \
|
||||||
< /usr/src/src/pakfire/meta > /install/packages/meta-core-upgrade-15
|
< /usr/src/src/pakfire/meta > /install/packages/meta-core-upgrade-16
|
||||||
|
|||||||
2
make.sh
2
make.sh
@@ -24,7 +24,7 @@
|
|||||||
|
|
||||||
NAME="IPFire" # Software name
|
NAME="IPFire" # Software name
|
||||||
SNAME="ipfire" # Short name
|
SNAME="ipfire" # Short name
|
||||||
VERSION="2.3-test"
|
VERSION="2.3-beta2"
|
||||||
GIT_BRANCH=master:master # Version number
|
GIT_BRANCH=master:master # Version number
|
||||||
SLOGAN="www.ipfire.org" # Software slogan
|
SLOGAN="www.ipfire.org" # Software slogan
|
||||||
CONFIG_ROOT=/var/ipfire # Configuration rootdir
|
CONFIG_ROOT=/var/ipfire # Configuration rootdir
|
||||||
|
|||||||
Reference in New Issue
Block a user