Files
Blair Zajac 0fca90201a Fix https://trac.macports.org/ticket/22753 by installing the entire Derby install into
${prefix}/share/derby and then setting up symlinks.  The binaries
installed into ${prefix}/bin are wrapper shell scripts that just set
the DERBY_HOME environmental variable.

The 'doc' variant is removed because the entire Derby install is
dropped into ${prefix}/share/derby so symlinks to it are created.

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@64413 d073be05-634f-4543-b044-5fe20cf6d1d6
2010-03-05 00:22:01 +00:00

6 lines
90 B
Bash
Executable File

#!/bin/sh
export DERBY_HOME=@PREFIX@/share/derby
exec $DERBY_HOME/bin/sysinfo ${1+"$@"}