diff options
| author | Brian Anderson <banderson@mozilla.com> | 2014-03-30 20:14:32 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2014-03-30 20:15:27 -0700 |
| commit | cfb52a5d35d2a5f682ce08435b3787b26ca05987 (patch) | |
| tree | 79f0080f66ce4ee02fe28f1602af65f6e1d5436d /src | |
| parent | 4aa7a8a5c8257e026b34fde1cf50434de0b48fbf (diff) | |
| download | rust-cfb52a5d35d2a5f682ce08435b3787b26ca05987.tar.gz rust-cfb52a5d35d2a5f682ce08435b3787b26ca05987.zip | |
mk: Don't touch config.tmp or tmp/dist as root. Closes #13190
When running `make install` we are touching these files that can't then be removed later.
Diffstat (limited to 'src')
| -rw-r--r-- | src/etc/install.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/etc/install.sh b/src/etc/install.sh index 5674b0a5045..dc09c7dfd00 100644 --- a/src/etc/install.sh +++ b/src/etc/install.sh @@ -45,7 +45,6 @@ putvar() { else printf "install: %-20s := %s %s\n" $1 "$T" "$2" fi - printf "%-20s := %s\n" $1 "$T" >>config.tmp } valopt() { |
