Changeset 203 in ProjectBuilder for devel/pb/lib/ProjectBuilder/Distribution.pm


Ignore:
Timestamp:
Oct 14, 2007, 7:41:38 PM (17 years ago)
Author:
Bruno Cornec
Message:

use make and not the macro not portable
document Ubuntu 6.06 distribution detection hack
fix some VMs handling pb

File:
1 edited

Legend:

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

    r191 r203  
    174174    'opensuse'              => 'openSUSE (\d.+) \(',
    175175    'lsb'                   => '.*[^Ubunt].*\nDISTRIB_RELEASE=(.+)',
     176# Ubuntu 6.06 includes a /etc/debian_version file that needs to be
     177# renamed to /etc/debian_version.sav as there is no way to distinguish
     178# Ubuntu 6.06 from debian testing otherwise
    176179    'ubuntu'                => '.*Ubuntu.*\nDISTRIB_RELEASE=(.+)',
    177180# Not tested
Note: See TracChangeset for help on using the changeset viewer.