[emacs] Oops

This commit is contained in:
Gwenhael Le Moine 2024-02-07 15:20:22 +01:00
parent 387ae968d9
commit ebdaf336c7
No known key found for this signature in database
GPG key ID: FDFE3669426707A7

View file

@ -52,6 +52,9 @@ fi
VERSION=${VERSION:-latest}
REPOSITORY=/home/installs/SlackBuilds/_repositories/$PKGNAM
rm -rf "$PKG"
mkdir -p "$TMP" "$PKG"
[ ! -e $REPOSITORY ] && git clone git://git.savannah.gnu.org/emacs.git $REPOSITORY
cd "$REPOSITORY" || exit 1
@ -153,9 +156,6 @@ CONFIGURE_OPTIONS="--prefix=/usr \
$GWH_OPTIONS \
--build=${ARCH}-slackware-linux"
rm -rf "$PKG"
mkdir -p "$TMP" "$PKG"
#Build default version that is linked to X11
setup_sources