]> git.saurik.com Git - apt-legacy.git/blobdiff - dselect/install
Break the ABI and fix the package limit.
[apt-legacy.git] / dselect / install
index d9d6651920316da104d1c9ae02f7e078447a13ac..6779698e0ab817591a6aa1f4c20b6642e008e33d 100755 (executable)
@@ -88,7 +88,8 @@ if [ $RES -eq 0 ]; then
        ;;
      prompt)
        exec 3>&1
        ;;
      prompt)
        exec 3>&1
-       if [ `yesno $"Do you want to erase any previously downloaded .deb files?" y` = y ]; then
+       echo -n $"Do you want to erase any previously downloaded .deb files?"
+       if [ `yesno "" y` = y ]; then
           $APTGET "$APT_OPT0" "$APT_OPT1" clean &&
            echo $"Press enter to continue." && read RES && exit 0;
        fi
           $APTGET "$APT_OPT0" "$APT_OPT1" clean &&
            echo $"Press enter to continue." && read RES && exit 0;
        fi
@@ -97,8 +98,8 @@ if [ $RES -eq 0 ]; then
        ;;
    esac   
 else
        ;;
    esac   
 else
-   echo $"Some errors occurred while unpacking. I'm going to configure the"
-   echo $"packages that were installed. This may result in duplicate errors"
+   echo $"Some errors occurred while unpacking. Packages that were installed"
+   echo $"will be configured. This may result in duplicate errors"
    echo $"or errors caused by missing dependencies. This is OK, only the errors"
    echo $"above this message are important. Please fix them and run [I]nstall again"
    echo $"Press enter to continue."
    echo $"or errors caused by missing dependencies. This is OK, only the errors"
    echo $"above this message are important. Please fix them and run [I]nstall again"
    echo $"Press enter to continue."