From a641717a893e8010f5c3f3dfc7e7626d534bf80a Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Wed, 20 Aug 2008 15:01:58 +0200 Subject: [PATCH] fix updater filename --- lfs/updater | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/updater b/lfs/updater index c66ae657b0..2b1b45db18 100644 --- a/lfs/updater +++ b/lfs/updater @@ -70,7 +70,7 @@ $(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-17.ipfire \ + cd /install/updater && tar cf /install/packages/core-upgrade-2.1-18.ipfire \ update.sh files ROOTFILES rm -rf /install/updater -- 2.39.5