aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/e2fsprogs
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-01-14 07:36:02 -0700
committerTom Rini <tom_rini@mentor.com>2011-01-14 07:36:58 -0700
commit6e8dd072b0ec40f42b3f848fd6958e93a07d2229 (patch)
treef8c4c13633a18c8f6aaf80d096d5765d19b59307 /recipes/e2fsprogs
parent5e4ece4a93484f0aed4f56250b6b06752ccd1e19 (diff)
downloadopenembedded-6e8dd072b0ec40f42b3f848fd6958e93a07d2229.tar.gz
e2fsprogs: Fix chattr update-alternatives location
Reported by Jaap de Jong. Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes/e2fsprogs')
-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 34b9950b93..66efa7d184 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
}