зеркало из https://github.com/mozilla/pjs.git
18 строки
551 B
Bash
Executable File
18 строки
551 B
Bash
Executable File
#! /bin/sh
|
|
|
|
#
|
|
# Create links to install tinderbox stuff.
|
|
#
|
|
|
|
ln -s ../mozilla/tools/tinderbox/tinderbox
|
|
ln -s ../mozilla/tools/tinderbox/build-seamonkey.pl
|
|
ln -s ../mozilla/tools/tinderbox/build-seamonkey-util.pl
|
|
ln -s ../mozilla/tools/tinderbox/gettime.pl
|
|
ln -s ../mozilla/tools/tinderbox/bloatdiff.pl
|
|
ln -s ../mozilla/tools/tinderbox/tinder-defaults.pl
|
|
ln -s ../mozilla/tools/tinderbox/reportdata.pl
|
|
ln -s ../mozilla/tools/tinderbox/post-mozilla-rel.pl
|
|
ln -s ../mozilla/tools/tinderbox/post-mozilla-l10n.pl
|
|
ln -s post-mozilla-rel.pl post-mozilla.pl
|
|
|