diff --git a/meta/recipes-extended/chkconfig/chkconfig_1.3.52.bb b/meta/recipes-extended/chkconfig/chkconfig_1.3.52.bb index 659f964313..6dc8a0e131 100644 --- a/meta/recipes-extended/chkconfig/chkconfig_1.3.52.bb +++ b/meta/recipes-extended/chkconfig/chkconfig_1.3.52.bb @@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=5574c6965ae5f583e55880e397fbb018" DEPENDS = "libnewt popt" -PR = "r0" +PR = "r1" SRC_URI = "http://fedorahosted.org/releases/c/h/chkconfig/${BPN}-${PV}.tar.bz2" @@ -23,4 +23,5 @@ inherit autotools gettext do_install_append() { mkdir -p ${D}/etc/chkconfig.d + rm -f ${D}/usr/sbin/update-alternatives }