diff options
Diffstat (limited to 'chrome/chrome.gyp')
-rw-r--r-- | chrome/chrome.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index 9ba516e..7f0a661 100644 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -2666,7 +2666,7 @@ 'outputs': [ '<(PRODUCT_DIR)/First Run', ], - 'action': ['copy', '<@(_inputs)', '<@(_outputs)'], + 'action': ['cp', '-f', '<@(_inputs)', '<@(_outputs)'], 'message': 'Copy first run complete sentinel file', }, ], |