mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
${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
6 lines
89 B
Bash
Executable File
6 lines
89 B
Bash
Executable File
#!/bin/sh
|
|
|
|
export DERBY_HOME=@PREFIX@/share/derby
|
|
|
|
exec $DERBY_HOME/bin/dblook ${1+"$@"}
|