From: Arne Fitzenreiter Date: Wed, 20 Aug 2008 13:01:58 +0000 (+0200) Subject: fix updater filename X-Git-Tag: v2.3-beta3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a641717a893e8010f5c3f3dfc7e7626d534bf80a;p=people%2Fms%2Fipfire-2.x.git fix updater filename --- 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