Skip to content

Commit

Permalink
Add gentoo
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Jan 30, 2012
1 parent d703ca3 commit d1e880c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Binary file modified src/i-nex/.gambas/DISTRODETECT
Binary file not shown.
4 changes: 4 additions & 0 deletions src/i-nex/.src/distrodetect.class
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,8 @@ Static Public Sub distro_detect()
Finfosys.TextArea29.Text = "OpenSUSE"
Finfosys.TextArea32.Text = codename
Endif
If Exist("/usr/bin/emerge") Then
Finfosys.TextArea29.Text = "gentoo"
Finfosys.TextArea32.Text = codename
Endif
End

0 comments on commit d1e880c

Please sign in to comment.