[Bug 212971] Re: Checkinstall shows you the options but doesn't allow you to change

Wesley launchpad at opperschaap.net
Mon Feb 9 10:49:35 UTC 2009


This is why, if the architecture is redhat it will prompt you for the
additional requirement, although a bit before this case statement,
option 11 is rhel specfic, not option 10.

line 1368
        10)
            [ "$CK_REDHAT" ] && {
            echog "Enter the additional requirements: "
            echo -n ">> "
            read REQUIRES
            }
            ;;
        11)
            # 01-12-06 UKo: new feature
            echog "Enter the provided features: "
            echo -n ">> "
            read PROVIDES
            ;;
      esac


line 1302:
      echog "10 - Requires: [ %s ]" "$REQUIRES"
      [ "$CK_REDHAT" ] && echog "11 - Provides: [ %s ]" "$PROVIDES"

-- 
Checkinstall shows  you the options but doesn't allow you to change
https://bugs.launchpad.net/bugs/212971
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs




More information about the universe-bugs mailing list