Ignore:
Timestamp:
Mar 30, 2009, 2:31:42 AM (15 years ago)
Author:
Bruno Cornec
Message:
  • pb_get_arch placed lower in the modules tree and used everywhere uname was used
  • Adds the possibility to replace the post-install script for rinse to allow for a perl script replacement which is common between distributions
File:
1 edited

Legend:

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

    r735 r749  
    119119
    120120    # By defaut propose yum
    121     my $arch=`uname -m`;
     121    my $arch=pb_get_arch();
    122122    my $opt = "";
    123     chomp($arch);
    124123    if ($arch eq "x86_64") {
    125124        $opt="--exclude=*.i?86";
     
    570569
    571570}
     571
     572
    572573=back
    573574
Note: See TracChangeset for help on using the changeset viewer.