Changeset 715 in ProjectBuilder


Ignore:
Timestamp:
Mar 4, 2009, 1:51:16 AM (15 years ago)
Author:
Bruno Cornec
Message:

Fix Asianux 3 support - still have to see for 2.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb-modules/lib/ProjectBuilder/Distribution.pm

    r714 r715  
    270270    'suse'                  => 'SUSE LINUX (\d.+) \(',
    271271    'opensuse'              => 'openSUSE (\d.+) \(',
    272     'asianux'               => 'Asianux \s*release (.+) \(',
     272    'asianux'               => 'Asianux Server (.+) \(',
    273273    'lsb'                   => '.*[^Ubunt].*\nDISTRIB_RELEASE=(.+)',
    274 # Ubuntu includes a /etc/debian_version file that cretaes an ambiguity with debian
     274# Ubuntu includes a /etc/debian_version file that creates an ambiguity with debian
    275275# So we need to look at distros in reverse alphabetic order to treat ubuntu always first
    276276    'ubuntu'                => '.*Ubuntu.*\nDISTRIB_RELEASE=(.+)',
Note: See TracChangeset for help on using the changeset viewer.