diff options
Diffstat (limited to 'frontend/modules/gentoo_common.php')
-rw-r--r-- | frontend/modules/gentoo_common.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/modules/gentoo_common.php b/frontend/modules/gentoo_common.php index ee2e7f1..b1e36b6 100644 --- a/frontend/modules/gentoo_common.php +++ b/frontend/modules/gentoo_common.php @@ -1,4 +1,4 @@ <?php -$steps=array('Profile', 'Packages', 'Extra Options', 'Etc.'); +$steps=array('Profile', 'Extra Options', 'Etc.', 'Misc. Packages'); $dir='gentoo'; ?> |