Changeset 1564 in ProjectBuilder for devel/rpmbootstrap


Ignore:
Timestamp:
May 22, 2012, 11:46:10 AM (12 years ago)
Author:
Bruno Cornec
Message:
  • Fix typo n rpmbootstrap preventing it to run
  • Fix the detection of setarch call with a more correct regexp
  • New mageia mirror used (similar as mandriva)
  • Add a test script to have a full regression suite before publishing a new version
File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/rpmbootstrap/bin/rpmbootstrap

    r1534 r1564  
    472472#
    473473pb_mkdir_p("$vepath/proc");
    474 pb_system("mount -o bind /proc $vepath/proc","Mounting /proc") unless (-d "$vepath/proc/$$";);
     474pb_system("mount -o bind /proc $vepath/proc","Mounting /proc") unless (-d "$vepath/proc/$$");
    475475
    476476#
Note: See TracChangeset for help on using the changeset viewer.