diff options
author | Robert Seaton <seatonr@dupage.edu> | 2011-06-14 11:07:37 -0500 |
---|---|---|
committer | Robert Seaton <seatonr@dupage.edu> | 2011-06-14 11:07:37 -0500 |
commit | f186d1cfebc74f9ae00ab98b8d0e5aad39224783 (patch) | |
tree | 10fc21094cea18d891d5fab9f5b09f37de737c7e | |
parent | Revert "Rebase spec files on *current* official specs." (diff) | |
download | glentoo-f186d1cfebc74f9ae00ab98b8d0e5aad39224783.tar.gz glentoo-f186d1cfebc74f9ae00ab98b8d0e5aad39224783.tar.bz2 glentoo-f186d1cfebc74f9ae00ab98b8d0e5aad39224783.zip |
Updated to use i486 instead of i686 per the official spec files.
-rwxr-xr-x | stage1.spec | 4 | ||||
-rwxr-xr-x | stage2.spec | 4 | ||||
-rwxr-xr-x | stage3.spec | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/stage1.spec b/stage1.spec index 971cc6a..645df35 100755 --- a/stage1.spec +++ b/stage1.spec @@ -1,7 +1,7 @@ -subarch: i686 +subarch: i486 version_stamp: 10.0 target: stage1 rel_type: default profile: default/linux/x86/10.0 snapshot: latest -source_subpath: stage3-i686-20110524
\ No newline at end of file +source_subpath: stage3-i486-20110607
\ No newline at end of file diff --git a/stage2.spec b/stage2.spec index aef6c17..7c18cfa 100755 --- a/stage2.spec +++ b/stage2.spec @@ -1,7 +1,7 @@ -subarch: i686 +subarch: i486 target: stage2 version_stamp: 10.0 rel_type: default profile: default/linux/x86/10.0 snapshot: latest -source_subpath: default/stage1-i686-10.0
\ No newline at end of file +source_subpath: default/stage1-i486-10.0
\ No newline at end of file diff --git a/stage3.spec b/stage3.spec index 7438bd0..ac1d76d 100755 --- a/stage3.spec +++ b/stage3.spec @@ -1,7 +1,7 @@ -subarch: i686 +subarch: i486 target: stage3 version_stamp: 10.0 rel_type: default profile: default/linux/x86/10.0 snapshot: latest -source_subpath: default/stage2-i686-10.0
\ No newline at end of file +source_subpath: default/stage2-i486-10.0
\ No newline at end of file |