diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-12-26 15:24:42 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-12-26 15:24:42 +0000 |
commit | 4fff0972a20b9feaa6f4a07bdfe41c8240f36d6b (patch) | |
tree | 8d9d1f3112826a01b1fd418324d2933173d57b51 /packages/git | |
parent | d74072ae1a442e741728ececa6f91442df5e53bf (diff) | |
parent | b8f3e4844b685d8c7b395333672f53b23cf10b3d (diff) |
merge of '363edf7af76f2d2fcd09d314641bad256b866264'
and 'e0812b867aee310381150ec8e2be57aab30190a6'
Diffstat (limited to 'packages/git')
-rw-r--r-- | packages/git/git.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/git/git.inc b/packages/git/git.inc index 7115d44b35..3a80c5d950 100644 --- a/packages/git/git.inc +++ b/packages/git/git.inc @@ -3,7 +3,9 @@ SECTION = "console/utils" LICENSE = "GPL" SRC_URI = "http://www.kernel.org/pub/software/scm/git/git-${PV}.tar.bz2 \ - file://autotools.patch;patch=1" + file://autotools.patch;patch=1 \ + file://git-gui-install-mode-arg-spaces.patch;patch=1 \ + " S = "${WORKDIR}/git-${PV}" EXTRA_OEMAKE = "NO_TCLTL=1" |