replace the version_stamp in livecd/volid

svn path=/trunk/; revision=632
This commit is contained in:
Andrew Gaffney 2009-05-09 19:07:50 +00:00
parent 9ac5873221
commit d283760bbf
2 changed files with 4 additions and 0 deletions

View file

@ -2,6 +2,9 @@
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
# $Id$
09 May 2009; Andrew Gaffney <agaffney@gentoo.org> catalyst-auto:
replace the version_stamp in livecd/volid
13 Mar 2009; Andrew Gaffney <agaffney@gentoo.org> catalyst-auto:
Fix typo with multiple kernel code

View file

@ -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