summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2024-06-03 09:23:36 +0200
committerUlrich Müller <ulm@gentoo.org>2024-06-03 09:37:16 +0200
commit52bbd3cb9b83ea7ac6f7c5e3038eb37bbf6fdbda (patch)
treed4197c583f55a55902e5444181037d55683663c8 /app-editors/emacs/emacs-28.2-r12.ebuild
parentsci-libs/gdal: Stabilize 3.8.5 amd64, #933036 (diff)
downloadgentoo-52bbd3cb9b83ea7ac6f7c5e3038eb37bbf6fdbda.tar.gz
gentoo-52bbd3cb9b83ea7ac6f7c5e3038eb37bbf6fdbda.tar.bz2
gentoo-52bbd3cb9b83ea7ac6f7c5e3038eb37bbf6fdbda.zip
app-editors/emacs: Don't error out when directory already exists
This will allow to rerun src_test. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-editors/emacs/emacs-28.2-r12.ebuild')
-rw-r--r--app-editors/emacs/emacs-28.2-r12.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/emacs/emacs-28.2-r12.ebuild b/app-editors/emacs/emacs-28.2-r12.ebuild
index 691f6acc3c9d..50156d392662 100644
--- a/app-editors/emacs/emacs-28.2-r12.ebuild
+++ b/app-editors/emacs/emacs-28.2-r12.ebuild
@@ -285,7 +285,7 @@ src_configure() {
if tc-is-cross-compiler; then
# Configure a CBUILD directory when cross-compiling to make tools
- mkdir "${S}-build" && pushd "${S}-build" >/dev/null || die
+ mkdir -p "${S}-build" && pushd "${S}-build" >/dev/null || die
ECONF_SOURCE="${S}" econf_build --without-all --without-x-toolkit
popd >/dev/null || die
# Don't try to execute the binary for dumping during the build