mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 11:13:24 +02:00
change version to beta4 / core19
This commit is contained in:
@@ -70,13 +70,13 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
# Other files
|
||||
cp $(DIR_SRC)/config/rootfiles/updater/update.sh /install/updater/
|
||||
chmod 755 /install/updater/update.sh
|
||||
cd /install/updater && tar cf /install/packages/core-upgrade-2.1-18.ipfire \
|
||||
cd /install/updater && tar cf /install/packages/core-upgrade-2.1-19.ipfire \
|
||||
update.sh files ROOTFILES
|
||||
rm -rf /install/updater
|
||||
|
||||
sed -e "s/NAME/core-upgrade/g" \
|
||||
-e "s/VER/2.1/g" \
|
||||
-e "s/RELEASE/18/g" \
|
||||
-e "s/RELEASE/19/g" \
|
||||
-e "s/DEPS/$(DEPS)/g" \
|
||||
-e "s/SIZE/`ls -l \/install\/packages\/core-upgrade-2.1-18.ipfire | awk '{ print $$5 }'`/g" \
|
||||
< /usr/src/src/pakfire/meta > /install/packages/meta-core-upgrade-18
|
||||
-e "s/SIZE/`ls -l \/install\/packages\/core-upgrade-2.1-19.ipfire | awk '{ print $$5 }'`/g" \
|
||||
< /usr/src/src/pakfire/meta > /install/packages/meta-core-upgrade-19
|
||||
|
||||
Reference in New Issue
Block a user