Changeset 2200 in ProjectBuilder for devel/pb/bin
- Timestamp:
- Mar 7, 2017, 3:11:08 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
devel/pb/bin/pb
r2191 r2200 2537 2537 my $dkaccount = ""; 2538 2538 my $cmd1 = ""; 2539 my $cidfile = "$context/ctn-$pbos->{'name'}-$pbos->{'version'}-$pbos->{'arch'}.cid";2539 my $cidfile; 2540 2540 my $homedir = ""; 2541 2541 if ($cmt =~ /^VE/) { … … 2544 2544 if ($vetype eq "docker") { 2545 2545 $tpdir = "/"; 2546 $cidfile = "$context/ctn-$pbos->{'name'}-$pbos->{'version'}-$pbos->{'arch'}.cid"; 2546 2547 } else { 2547 2548 $tpdir = pb_path_expand("$tp/$pbos->{'name'}/$pbos->{'version'}/$pbos->{'arch'}");
Note:
See TracChangeset
for help on using the changeset viewer.