diff options
Diffstat (limited to '')
-rw-r--r-- | debian/patches/progress-linux/0001-apt-options.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/patches/progress-linux/0001-apt-options.patch b/debian/patches/progress-linux/0001-apt-options.patch index 905944a..02ae46e 100644 --- a/debian/patches/progress-linux/0001-apt-options.patch +++ b/debian/patches/progress-linux/0001-apt-options.patch @@ -4,10 +4,10 @@ Description: Using apt binary specific configuration for apt-get. diff -Naurp apt.orig/apt-private/private-cmndline.cc apt/apt-private/private-cmndline.cc --- apt.orig/apt-private/private-cmndline.cc +++ apt/apt-private/private-cmndline.cc -@@ -472,7 +472,7 @@ static bool ShowCommonHelp(APT_CMD const - static void BinarySpecificConfiguration(char const * const Binary) /*{{{*/ - { - std::string const binary = flNotDir(Binary); +@@ -485,7 +485,7 @@ static void BinarySpecificConfiguration( + { + _config->CndSet("Binary::apt-cdrom::APT::Internal::OpProgress::EraseLines", false); + } - if (binary == "apt" || binary == "apt-config") + if (binary == "apt" || binary == "apt-get" || binary == "apt-config") { |