diff options
-rw-r--r-- | packages/git/git.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/git/git.inc b/packages/git/git.inc index 879dc84cbe..de63c545da 100644 --- a/packages/git/git.inc +++ b/packages/git/git.inc @@ -8,10 +8,10 @@ SRC_URI = "http://www.kernel.org/pub/software/scm/git/git-${PV}.tar.bz2 \ " S = "${WORKDIR}/git-${PV}" -EXTRA_OEMAKE = "NO_TCLTK=1" - inherit autotools +EXTRA_OEMAKE = "NO_TCLTK=1" + do_install () { oe_runmake install DESTDIR="${D}" bindir=${bindir} \ template_dir=${datadir}/git-core/templates \ |