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