public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: ElXreno <elxreno@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/ddnet] exclude-empty-files: Fix build after mass rebuild
Date: Thu, 03 Sep 2026 00:09:52 GMT	[thread overview]
Message-ID: <178839419270.1.9603958300462150492.rpms-ddnet-8686c78c9b1e@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/ddnet
Branch : exclude-empty-files
Commit : 8686c78c9b1efea26d49448799e1b33627691370
Author : ElXreno <elxreno@gmail.com>
Date   : 2020-07-29T08:53:39+03:00
Stats  : +0/-4 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/ddnet/c/8686c78c9b1efea26d49448799e1b33627691370?branch=exclude-empty-files

Log:
Fix build after mass rebuild

---
diff --git a/ddnet.spec b/ddnet.spec
index 244e3a5..ce334d9 100644
--- a/ddnet.spec
+++ b/ddnet.spec
@@ -132,20 +132,16 @@ touch CMakeLists.txt
 # Remove bundled stuff...
 rm -rf src/engine/external
 
-mkdir -p %{_target_platform}
-
 
 %build
 # TODO: Add mysql support
 # WebSockets disable because it freezes all GUI | https://github.com/ddnet/ddnet/issues/1900
-pushd %{_target_platform}
 %cmake \
     %{?with_ninja_build: -GNinja} \
     -DCMAKE_BUILD_TYPE=RelWithDebInfo \
     -DPREFER_BUNDLED_LIBS=OFF \
     -DAUTOUPDATE=OFF \
     ..
-popd
 
 %if %{with ninja_build}
 %ninja_build -C %{_target_platform}

                 reply	other threads:[~2026-09-03  0:09 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178839419270.1.9603958300462150492.rpms-ddnet-8686c78c9b1e@fedoraproject.org \
    --to=elxreno@gmail.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox