2
0
mirror of git://gcc.gnu.org/git/gcc.git synced 2024-12-29 18:25:40 +08:00
gcc/fastjar/install-sh
Alexandre Petit-Bianco bd8757b313 fastjar: Imported.
2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>

        * fastjar: Imported.

From-SVN: r38145
2000-12-08 19:08:23 -08:00

9 lines
110 B
Bash
Executable File

#! /bin/bash
. install-defs.sh
$CP fastjar ${BINDIR}
$STRIP ${BINDIR}/fastjar
$CHMOD 755 ${BINDIR}/fastjar