diff options
author | garykac@chromium.org <garykac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-09 20:15:03 +0000 |
---|---|---|
committer | garykac@chromium.org <garykac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-09 20:15:03 +0000 |
commit | c921d46409a0f1a97c40e99a03491be527df9fc1 (patch) | |
tree | 98b4c7c790da983c1c4202850417f3b43986d7d6 /remoting | |
parent | a7e6f6925bd4055cd1f3b0152c9221ee4b7a7c3a (diff) | |
download | chromium_src-c921d46409a0f1a97c40e99a03491be527df9fc1.zip chromium_src-c921d46409a0f1a97c40e99a03491be527df9fc1.tar.gz chromium_src-c921d46409a0f1a97c40e99a03491be527df9fc1.tar.bz2 |
[Chromoting] Specify the input directory when calling the pkg-dmg script.
Current code assumes that the current working directory is the same directory
that contains the do_signing.sh script. This chance fixes it so that all
references to local files are relative to the passed-in input directory.
Review URL: https://chromiumcodereview.appspot.com/10381075
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136109 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting')
-rwxr-xr-x | remoting/host/installer/mac/do_signing.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/host/installer/mac/do_signing.sh b/remoting/host/installer/mac/do_signing.sh index 4d46681..2bbe2fa 100755 --- a/remoting/host/installer/mac/do_signing.sh +++ b/remoting/host/installer/mac/do_signing.sh @@ -124,7 +124,7 @@ build_dmg() { # Create the .dmg. echo "Building .dmg..." - ./pkg-dmg \ + "${input_dir}/pkg-dmg" \ --format UDBZ \ --tempdir "${DMG_TEMP_DIR}" \ --source "${DMG_EMPTY_DIR}" \ |