Changeset 647 in ProjectBuilder


Ignore:
Timestamp:
Jan 11, 2009, 12:50:33 AM (15 years ago)
Author:
Bruno Cornec
Message:

Improve PATH variable on new SuSE distro so that yast2 is found

File:
1 edited

Legend:

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

    r623 r647  
    106106    $dtype="rpm";
    107107    $dsuf=".$ddir$dver";
    108     $dupd="export TERM=linux ; sudo yast2 -y ";
     108    $dupd="export TERM=linux ; export PATH=\$PATH:/sbin:/usr/sbin ; sudo yast2 -y ";
    109109} elsif (($ddir =~ /redhat/) ||
    110110        ($ddir =~ /rhel/) ||
Note: See TracChangeset for help on using the changeset viewer.