diff options
author | Christian Heim <phreak@gentoo.org> | 2008-03-14 16:48:24 +0000 |
---|---|---|
committer | Christian Heim <phreak@gentoo.org> | 2008-03-14 16:48:24 +0000 |
commit | 18e20b2b56e7c5dc647b6c264c0bb9d20288864a (patch) | |
tree | f6575c21cff3215236a5a3c579ca6706a1e73db5 | |
parent | Renaming the dir, to reflect profile name. (diff) | |
download | phreak-18e20b2b56e7c5dc647b6c264c0bb9d20288864a.tar.gz phreak-18e20b2b56e7c5dc647b6c264c0bb9d20288864a.tar.bz2 phreak-18e20b2b56e7c5dc647b6c264c0bb9d20288864a.zip |
Use the right source_subpath w/ stage2/3.
svn path=/; revision=408
-rw-r--r-- | catalyst/specs/glibc/amd64/hardened/stage2.spec | 2 | ||||
-rw-r--r-- | catalyst/specs/glibc/amd64/hardened/stage3.spec | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/catalyst/specs/glibc/amd64/hardened/stage2.spec b/catalyst/specs/glibc/amd64/hardened/stage2.spec index bd74471..1a62169 100644 --- a/catalyst/specs/glibc/amd64/hardened/stage2.spec +++ b/catalyst/specs/glibc/amd64/hardened/stage2.spec @@ -4,6 +4,6 @@ version_stamp: hardened-2008.0_beta1 rel_type: default profile: hardened/linux/amd64/2008.0 snapshot: 2008.0_beta1 -source_subpath: default/stage1-amd64-hardened-2008.0_pre +source_subpath: default/stage1-amd64-hardened-2008.0_beta1 cflags: -O2 -pipe -fforce-addr cxxflags: -O2 -pipe -fforce-addr diff --git a/catalyst/specs/glibc/amd64/hardened/stage3.spec b/catalyst/specs/glibc/amd64/hardened/stage3.spec index f7c5579..c1c108b 100644 --- a/catalyst/specs/glibc/amd64/hardened/stage3.spec +++ b/catalyst/specs/glibc/amd64/hardened/stage3.spec @@ -4,6 +4,6 @@ version_stamp: hardened-2008.0_beta1 rel_type: default profile: hardened/linux/amd64/2008.0 snapshot: 2008.0_beta1 -source_subpath: default/stage2-amd64-hardened-2008.0_pre +source_subpath: default/stage2-amd64-hardened-2008.0_beta1 cflags: -O2 -pipe -fforce-addr cxxflags: -O2 -pipe -fforce-addr |