[oe-commits] Tom Rini : e2fsprogs: Fix chattr update-alternatives location

git version control git at git.openembedded.org
Sat Mar 5 08:39:05 UTC 2011


Module: openembedded.git
Branch: shr/testing2011.1
Commit: e6cf8f7ed45f47622a63897cd9e353457f789d8b
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=e6cf8f7ed45f47622a63897cd9e353457f789d8b

Author: Tom Rini <tom_rini at mentor.com>
Date:   Fri Jan 14 07:36:02 2011 -0700

e2fsprogs: Fix chattr update-alternatives location

Reported by Jaap de Jong.

Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

 recipes/e2fsprogs/e2fsprogs.inc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/e2fsprogs/e2fsprogs.inc b/recipes/e2fsprogs/e2fsprogs.inc
index c552aaa..2aeda29 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
 }
 





More information about the Openembedded-commits mailing list