org.openmoko.zecke.april-update: 3a50b80cf911f537a5106c14aac7c3681373af46

oe at monotone.openmoko.org oe at monotone.openmoko.org
Sat Apr 12 19:33:11 CEST 2008


revision:            3a50b80cf911f537a5106c14aac7c3681373af46
date:                2008-04-12T01:47:29
author:              freyther at openembedded.org
branch:              org.openmoko.zecke.april-update
changelog:
git.inc: use the DESTDIR instead of poking with the other paths (which lacked libdir)

manifest:
format_version "1"

new_manifest [a5ea2aea983b1ae14ea0398025890465f462fdef]

old_revision [9dd039e6344a099d1e5a166230820e03ddcac2a4]

patch "packages/git/git.inc"
 from [f1632d30e96f5122214c94315fbb0ed8d773e848]
   to [78d5cbf5201f942c64ae36ae924b01ac6152208a]
-------------- next part --------------
#
#
# patch "packages/git/git.inc"
#  from [f1632d30e96f5122214c94315fbb0ed8d773e848]
#    to [78d5cbf5201f942c64ae36ae924b01ac6152208a]
#
============================================================
--- packages/git/git.inc	f1632d30e96f5122214c94315fbb0ed8d773e848
+++ packages/git/git.inc	78d5cbf5201f942c64ae36ae924b01ac6152208a
@@ -13,9 +13,9 @@ do_install () {
 inherit autotools
 
 do_install () {
-	oe_runmake install prefix=${D} bindir=${D}${bindir} \
-		template_dir=${D}${datadir}/git-core/templates \
-		GIT_PYTHON_DIR=${D}${datadir}/git-core/python
+	oe_runmake install DESTDIR="${D}" bindir=${bindir} \
+		template_dir=${datadir}/git-core/templates \
+		GIT_PYTHON_DIR=${datadir}/git-core/python
 }
 
 FILES_${PN} += "${datadir}/git-core"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.openmoko.org/pipermail/commitlog/attachments/20080412/3b682402/attachment.htm 


More information about the commitlog mailing list