fi
if $bootstrap; then
- m rsync --delete -ra /a/opt/emacs/ $dir
+ m rsync --exclude /.git --delete-excluded -ra /a/opt/emacs/ $dir
recompile=true
fi
;;&
debian|ubuntu|trisquel)
# todo: unknown for other distros, this will fail
- logq p -y build-dep maildir-utils
+ logq p -y build-dep maildir-utils/$(debian-archive)
# oddly, on ubuntu 14.04 this installs postfix, but I dun care
# ubuntu 14.04 gave this error message
# Unable to satisfy the build-depends: Build-Depends: libpng-dev
#
# note, useful command to see build dep packagages:
# apt-rdepends --build-depends --follow=DEPENDS emacs25
- logq p -y build-dep $latest_emacs
+ logq p -y build-dep $latest_emacs/$(debian-archive)
;;&
esac