]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/updater
Fix runvdr skript that detects vdradmin as already running vdr
[people/pmueller/ipfire-2.x.git] / lfs / updater
index 8e280d2400905825432329cf7c56e7200fc68a97..8a815260d64fafe891bc53b3f755d6ed1ef8d478 100644 (file)
@@ -82,13 +82,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-22.ipfire \
+       cd /install/updater && tar cf /install/packages/core-upgrade-2.1-23.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/22/g" \
+               -e "s/RELEASE/23/g" \
                -e "s/DEPS/$(DEPS)/g" \
-               -e "s/SIZE/`ls -l \/install\/packages\/core-upgrade-2.1-22.ipfire | awk '{ print $$5 }'`/g" \
-               < /usr/src/src/pakfire/meta > /install/packages/meta-core-upgrade-22
+               -e "s/SIZE/`ls -l \/install\/packages\/core-upgrade-2.1-23.ipfire | awk '{ print $$5 }'`/g" \
+               < /usr/src/src/pakfire/meta > /install/packages/meta-core-upgrade-23