coreutils: experimental coreutils fix
authorSteve Sakoman <steve@sakoman.com>
Sat, 11 Dec 2010 15:16:26 +0000 (07:16 -0800)
committerPhilip Balister <philip@balister.org>
Tue, 14 Dec 2010 18:39:02 +0000 (13:39 -0500)
recipes/coreutils/coreutils-target.inc
recipes/coreutils/coreutils.inc

index 000b2bb..49b63f3 100644 (file)
@@ -64,23 +64,23 @@ do_install () {
 pkg_postinst_${PN} () {
        # The utilities in /usr/bin
        for i in ${bindir_progs}; do 
-               if [ -e ${bindir}/$i.${PN} ]; then
+#              if [ -e ${bindir}/$i.${PN} ]; then
                        update-alternatives --install ${bindir}/$i $i $i.${PN} 100;
-               fi
+#              fi
        done
 
        # The utilities in /bin
        for i in ${base_bindir_progs}; do 
-               if [ -e ${base_bindir}/$i.${PN} ]; then
+#              if [ -e ${base_bindir}/$i.${PN} ]; then
                        update-alternatives --install ${base_bindir}/$i $i $i.${PN} 100;
-               fi
+#              fi
        done
 
        # The utilities in /usr/sbin
        for i in ${sbindir_progs}; do
-               if [ -e ${sbindir}/$i.${PN} ]; then
+#              if [ -e ${sbindir}/$i.${PN} ]; then
                        update-alternatives --install ${sbindir}/$i $i $i.${PN} 100;
-               fi
+#              fi
        done
 
        # Special cases. uptime and hostname is broken, prefer busybox's version. [ needs to be treated separately.
index 23bd25b..a1c2e3d 100644 (file)
@@ -5,5 +5,5 @@ SECTION = "base"
 RREPLACES_${PN} = "textutils shellutils fileutils"
 RPROVIDES_${PN} = "textutils shellutils fileutils"
 
-INC_PR = "r5"
+INC_PR = "r6"
 inherit autotools