Changeset 2443 in ProjectBuilder


Ignore:
Timestamp:
Sep 7, 2019, 1:13:54 AM (5 years ago)
Author:
Bruno Cornec
Message:

better names for images

File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb/bin/pb

    r2437 r2443  
    26592659                $tag{2} = "$tag{1}-pb";
    26602660                $tag{3} = "$tag{2}-$ENV{'PBPROJ'}";
    2661                 $tag{4} = "$tag{3}-install";
    2662                 $tag{5} = "$tag{3}-test";
     2661                $tag{4} = "$tag{2}-install-$ENV{'PBPROJ'}";
     2662                $tag{5} = "$tag{2}-test-$ENV{'PBPROJ'}";
    26632663            } else {
    26642664                # If we were given an image name, just use it
Note: See TracChangeset for help on using the changeset viewer.