git-gui: Adapt discovery of oguilib to execdir 'libexec/git-core'
commit9534c9fb31dfe4c5c367042c97a160c42b1eefdf
authorJohannes Sixt <johannes.sixt@telecom.at>
Mon, 4 Aug 2008 20:09:46 +0000 (4 22:09 +0200)
committerShawn O. Pearce <spearce@spearce.org>
Tue, 5 Aug 2008 00:38:17 +0000 (4 17:38 -0700)
treec4592a6b7c2db0438299000c4ed86c46355f7dab
parentfbbdaa5f425417e7fee83f543b1d03806f034cab
git-gui: Adapt discovery of oguilib to execdir 'libexec/git-core'

The new execdir is two levels below the root directory, while
the old execdir 'bin' was only one level below.  This commit
adapts the discovery of oguilib that uses relative paths
accordingly. We determine whether we have the extra level in the same
way in which the Makefile defines sharedir, i.e. whether the last
directory part is 'git-core'.

Inspired-by: Steffen Prohaska <prohaska@zib.de>
Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
git-gui.sh