diff --git a/tools/ChangeLog b/tools/ChangeLog index df0c4e65..8add2980 100644 --- a/tools/ChangeLog +++ b/tools/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 # $Id$ + 09 May 2009; Andrew Gaffney catalyst-auto: + replace the version_stamp in livecd/volid + 13 Mar 2009; Andrew Gaffney catalyst-auto: Fix typo with multiple kernel code diff --git a/tools/catalyst-auto b/tools/catalyst-auto index 6834c49b..3a241c3d 100755 --- a/tools/catalyst-auto +++ b/tools/catalyst-auto @@ -165,6 +165,7 @@ for i in $(find -name '*.spec'); do fi sed -i '/^livecd\/iso/s|'${old_version_stamp}'|'${new_version_stamp}'|' ${i} + sed -i '/^livecd\/volid/s|'${old_version_stamp}'|'${new_version_stamp}'|' ${i} kconfig_lines=$(grep '^boot/kernel/[^/]\+/config:' ${i}) if [ -n "${kconfig_lines}" ]; then