aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-01-14 07:36:02 -0700
committerThomas Zimmermann <zimmermann@vdm-design.de>2011-03-05 09:36:33 +0100
commite6cf8f7ed45f47622a63897cd9e353457f789d8b (patch)
tree909d1678d46e90874fc4323a6451e04baba73dd7
parent04be70f4d6ff750c700524367a10cbda0e04ed3d (diff)
downloadopenembedded-e6cf8f7ed45f47622a63897cd9e353457f789d8b.tar.gz
e2fsprogs: Fix chattr update-alternatives location
Reported by Jaap de Jong. Signed-off-by: Tom Rini <tom_rini@mentor.com>
-rw-r--r--recipes/e2fsprogs/e2fsprogs.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/e2fsprogs/e2fsprogs.inc b/recipes/e2fsprogs/e2fsprogs.inc
index c552aaa0e7..2aeda298d4 100644
--- a/recipes/e2fsprogs/e2fsprogs.inc
+++ b/recipes/e2fsprogs/e2fsprogs.inc
@@ -9,7 +9,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/e2fsprogs/e2fsprogs-${PV}.tar.gz"
S = "${WORKDIR}/e2fsprogs-${PV}"
-INC_PR = "r28"
+INC_PR = "r29"
inherit autotools
@@ -51,7 +51,7 @@ do_install_append_pn-e2fsprogs () {
pkg_postinst_e2fsprogs () {
- update-alternatives --install ${base_bindir}/chattr chattr chattr.${PN} 100
+ update-alternatives --install ${bindir}/chattr chattr chattr.${PN} 100
update-alternatives --install ${base_sbindir}/uuidd uuidd uuidd.${PN} 10
}