mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-19 15:59:29 +08:00
9 lines
110 B
Plaintext
9 lines
110 B
Plaintext
|
#! /bin/bash
|
||
|
|
||
|
. install-defs.sh
|
||
|
|
||
|
$CP fastjar ${BINDIR}
|
||
|
$STRIP ${BINDIR}/fastjar
|
||
|
$CHMOD 755 ${BINDIR}/fastjar
|
||
|
|