From d14229c0da139a3dca3bff3b95a6dafdc7a52f93 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Sat, 5 Jan 2013 15:13:55 +0100 Subject: [PATCH] kernel: bump package version. --- config/rootfiles/core/66/update.sh | 4 ++-- lfs/linux | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/rootfiles/core/66/update.sh b/config/rootfiles/core/66/update.sh index cf408444b5..750f8aaf22 100644 --- a/config/rootfiles/core/66/update.sh +++ b/config/rootfiles/core/66/update.sh @@ -114,7 +114,7 @@ add_to_backup usr/local/bin/vpn-watch add_to_backup usr/libexec/ipsec # Backup the files -tar cJvf /var/ipfire/backup/core-upgrade_$KVER.tar.xz \ +tar cJvf /var/ipfire/backup/core-upgrade$core_$KVER.tar.xz \ -C / -T /opt/pakfire/tmp/ROOTFILES --exclude='#*' --exclude='/var/cache' > /dev/null 2>&1 # Check diskspace on root @@ -321,7 +321,7 @@ if [ ! "$(grep "^flags.* pae " /proc/cpuinfo)" == "" ]; then else echo "Name: linux-pae" > /opt/pakfire/db/installed/meta-linux-pae echo "ProgVersion: 3.2.35" >> /opt/pakfire/db/installed/meta-linux-pae - echo "Release: 24" >> /opt/pakfire/db/installed/meta-linux-pae + echo "Release: 25" >> /opt/pakfire/db/installed/meta-linux-pae fi fi diff --git a/lfs/linux b/lfs/linux index f8cd7d5f8d..e85f21a4c4 100644 --- a/lfs/linux +++ b/lfs/linux @@ -35,7 +35,7 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) CFLAGS = CXXFLAGS = -PAK_VER = 25 +PAK_VER = 26 DEPS = "" VERSUFIX=ipfire$(KCFG) -- 2.39.5