From 8046c411a4fda25c27e31919c8e41480b606ed1d Mon Sep 17 00:00:00 2001 From: Gwenhael Le Moine Date: Fri, 7 Apr 2023 11:54:51 +0200 Subject: [PATCH] [emacs] make bootstrap --- e/emacs/SlackBuild | 1 + 1 file changed, 1 insertion(+) diff --git a/e/emacs/SlackBuild b/e/emacs/SlackBuild index f981991c..2cad4ccb 100755 --- a/e/emacs/SlackBuild +++ b/e/emacs/SlackBuild @@ -152,6 +152,7 @@ CFLAGS="$SLKCFLAGS" \ # --with-x-toolkit=${X_TOOLKIT:-gtk3} \ # --without-toolkit-scroll-bars \ +make bootstrap $NUMJOBS || exit 1 make $NUMJOBS || make || exit 1 make install DESTDIR=$PKG || exit 1