mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-20 17:09:47 +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
|
||
|
|