]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Fix comment for systemd-dev installation command [skip ci] master
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Fri, 1 May 2026 14:52:01 +0000 (15:52 +0100)
committerGitHub <noreply@github.com>
Fri, 1 May 2026 14:52:01 +0000 (15:52 +0100)
BUILD.md

index 5b16c4ad3b83f8d417a4f56d68b01a49b20705a6..e19c70c979f62633dd4991f5d7fc27616395b046 100644 (file)
--- a/BUILD.md
+++ b/BUILD.md
@@ -86,7 +86,7 @@ If you are building classic Shairport Sync, the list of packages is shorter:
 Building on Ubuntu 24.10 or Debian 13 ("Trixie") and later – and possibly on other distributions – requires `systemd-dev`. Be very careful here if you are using backports -- there is a [report](https://github.com/mikebrady/shairport-sync/issues/2195#issuecomment-4325326002) that installing `systemd-dev` on a backported system can severely damage it:
 
 ```
-# apt install --no-install-recommends systemd-dev # it's okay if this fails because the package doesn't exist
+# apt install --no-install-recommends systemd-dev
 ```
 
 ### Fedora (Fedora 40)