From: Ian Kelling Date: Wed, 12 Jun 2024 20:32:08 +0000 (-0400) Subject: minimize disk space, fix build-dep X-Git-Url: https://iankelling.org/git/?a=commitdiff_plain;h=5697827f8cbd3f94f0265db90c0b2b27ab8a9fcc;hp=7ea731be4297f463684bdf81979f971d2102b86b;p=buildscripts minimize disk space, fix build-dep --- diff --git a/emacs b/emacs index 142a980..5770bbd 100755 --- a/emacs +++ b/emacs @@ -134,7 +134,7 @@ if $dryrun; then 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 @@ -145,7 +145,7 @@ case $(distro-name) in ;;& 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 @@ -154,7 +154,7 @@ case $(distro-name) in # # 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