diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2018-08-31 14:17:00 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2018-08-31 14:17:00 -0400 |
commit | 822e3b15e2491ce8f3bd76c5b3ac70be695108e4 (patch) | |
tree | c36b8faec981f3fb709251e5172c5a97e7584dd1 /indra/newview/llfloatermap.h | |
parent | aa6d178b6917af0d933dd2fdcd0c0906285b768b (diff) |
SL-957: Use tar -C instead of changing tar's WORKING_DIRECTORY.
Seems VIEWER_SYMBOL_FILE arrives from build.sh as a relative pathname, so
passing that pathname to tar when we run tar with WORKING_DIRECTORY confuses
it. But if we use tar's -C switch, we can achieve the effect we want (no
leading directory prefixes in the tarball) without WORKING_DIRECTORY. Thing
is, we have to run the desired directory through cygpath first, which is why
we went with WORKING_DIRECTORY in the first place.
Diffstat (limited to 'indra/newview/llfloatermap.h')
0 files changed, 0 insertions, 0 deletions