Changeset 1551 in ProjectBuilder for devel/pb-modules/bin/pbdistrocheck


Ignore:
Timestamp:
May 21, 2012, 2:41:25 AM (12 years ago)
Author:
Bruno Cornec
Message:
  • pbdistrocheck: remove hack to have common library path and static ref to /usr/share/perl5. That should really be done in the build process if needed not in code (Bruno Cornec)
  • pb: Just create the /etc/sysconfig/network file on rpm based distro not being opensuse (where it is a directory) (Eric Andersson/Bruno Cornec)
  • CMS.pm: drop log level down to 2 this is a pretty irrelevant log message. (Eric Andersson)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb-modules/bin/pbdistrocheck

    r1528 r1551  
    1313use Data::Dumper;
    1414use lib qw (lib);
    15 use lib '/usr/share/perl5'; # mandatory for opensuse
     15#use lib '/usr/share/perl5'; # mandatory for opensuse
    1616use ProjectBuilder::Distribution;
    1717use ProjectBuilder::Base;
Note: See TracChangeset for help on using the changeset viewer.