From 850dedd6b7a117c86c4e3e97a4ad1c948e9cd7a0 Mon Sep 17 00:00:00 2001 From: Ian Kelling Date: Sun, 11 Aug 2019 19:50:50 -0400 Subject: [PATCH] some minor fixes --- emacs | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/emacs b/emacs index 53a212a..727dee8 100755 --- a/emacs +++ b/emacs @@ -46,7 +46,7 @@ for x in {35..24}; do fi done -pkgs=(gawk attr autoconf-archive git) +pkgs=(gawk attr autoconf-archive git install-info) ##### warning, apt-rdepends seems to look at the newest version of the package, ##### not the one that build-dep would install. if $show_pkgs; then @@ -139,7 +139,7 @@ logq make -j `nproc` logq sudo make install # make emacs always work for root -s lnf /usr/local/bin/emacs /usr/bin +s /a/exe/lnf /usr/local/bin/emacs /usr/bin #git clone https://github.com/djcb/mu @@ -148,16 +148,17 @@ s lnf /usr/local/bin/emacs /usr/bin cd /a/opt/mu if [[ $(distro-name) == trisquel ]]; then - git checkout flidas + # use the flidas branch, stuck behind because + # needs newer crypt libraries that are too troublesome. + cd /a/opt/muflidas else # newer version than build-dep installs for buster sudo apt-get -y install --purge --auto-remove libgmime-3.0-dev - git checkout upmaster fi git clean -xfffd ./autogen.sh make -s make install +sudo make install # note uninstall is implemented if $recompile; then -- 2.30.2