]> asedeno.scripts.mit.edu Git - git.git/commitdiff
git-gui: Correct installation of library to be $prefix/share
authorSteffen Prohaska <prohaska@zib.de>
Sun, 27 Jul 2008 21:23:30 +0000 (14:23 -0700)
committerShawn O. Pearce <spearce@spearce.org>
Wed, 30 Jul 2008 05:43:37 +0000 (22:43 -0700)
We always wanted the library for git-gui to install into the
$prefix/share directory, not $prefix/libexec/share.  All of
the files in our library are platform independent and may
be reused across systems, like any other content stored in
the share directory.

Our computation of where our library should install to was broken
when git itself started installing to $prefix/libexec/git-core,
which was one level down from where we expected it to be.

Signed-off-by: Steffen Prohaska <prohaska@zib.de>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>

No differences found