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
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
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