replace the version_stamp in livecd/volid
svn path=/trunk/; revision=632
This commit is contained in:
parent
9ac5873221
commit
d283760bbf
2 changed files with 4 additions and 0 deletions
|
@ -2,6 +2,9 @@
|
||||||
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
|
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
|
||||||
# $Id$
|
# $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:
|
13 Mar 2009; Andrew Gaffney <agaffney@gentoo.org> catalyst-auto:
|
||||||
Fix typo with multiple kernel code
|
Fix typo with multiple kernel code
|
||||||
|
|
||||||
|
|
|
@ -165,6 +165,7 @@ for i in $(find -name '*.spec'); do
|
||||||
fi
|
fi
|
||||||
|
|
||||||
sed -i '/^livecd\/iso/s|'${old_version_stamp}'|'${new_version_stamp}'|' ${i}
|
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})
|
kconfig_lines=$(grep '^boot/kernel/[^/]\+/config:' ${i})
|
||||||
if [ -n "${kconfig_lines}" ]; then
|
if [ -n "${kconfig_lines}" ]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue