Changeset 1564 in ProjectBuilder for devel/pb/bin
- Timestamp:
- May 22, 2012, 11:46:10 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
devel/pb/bin/pb
r1561 r1564 2259 2259 $shcmd = "schroot $tp -u $mac -- "; 2260 2260 } 2261 $shcmd = "setarch i386 $shcmd" if (($pbos->{'arch'} =~ /i ?86/) && ($arch eq 'x86_64'));2261 $shcmd = "setarch i386 $shcmd" if (($pbos->{'arch'} =~ /i[3456]86/) && ($arch eq 'x86_64')); 2262 2262 $cpcmd = "sudo /bin/cp -r "; 2263 2263 # We need to get the home dir of the target account to deliver in the right place
Note:
See TracChangeset
for help on using the changeset viewer.