some minor fixes
authorIan Kelling <iank@fsf.org>
Sun, 11 Aug 2019 23:50:50 +0000 (19:50 -0400)
committerIan Kelling <iank@fsf.org>
Sun, 11 Aug 2019 23:50:50 +0000 (19:50 -0400)
emacs

diff --git a/emacs b/emacs
index 53a212a040bc3e6f27c60e311bd1e673aa6ea55a..727dee86a596a6ce3f17f902bcbfb1b963acf032 100755 (executable)
--- 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