lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master 6f7fcb6 1/3: Explicitly install 'patch'


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 6f7fcb6 1/3: Explicitly install 'patch'
Date: Fri, 24 Jul 2020 18:32:25 -0400 (EDT)

branch: master
commit 6f7fcb6996c708d365f3427562462509c4c2151f
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Explicitly install 'patch'
    
    'patch' is "recommended" for 'git', so by default it's installed,
    but not with this setting:
      APT::Install-Recommends="false"
    The 'lmi_setup_' scripts require 'patch', and the cost of installing
    it forcibly is negligible. See:
      https://lists.nongnu.org/archive/html/lmi/2020-07/msg00032.html
---
 lmi_setup_20.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lmi_setup_20.sh b/lmi_setup_20.sh
index edeac8f..536bd1a 100755
--- a/lmi_setup_20.sh
+++ b/lmi_setup_20.sh
@@ -81,7 +81,7 @@ apt-get update
 apt-get --assume-yes install wget g++-mingw-w64 automake libtool make \
  pkg-config git cvs zsh bzip2 unzip sudo wine default-jre jing trang \
  g++-multilib libxml2-utils libxslt1-dev vim-gtk vim-doc shellcheck \
- bc libarchive-tools xsltproc rsync curl bsdmainutils \
+ patch bc libarchive-tools xsltproc rsync curl bsdmainutils \
  >"${logdir}/${CHRTNAME}"-apt-get-log 2>&1
 
 # This command should produce little output:



reply via email to

[Prev in Thread] Current Thread [Next in Thread]