From f95c4d2da37b73c2010b4332831cb1f582314b6b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Juho=20V=C3=A4h=C3=A4-Herttua?= Date: Tue, 9 Apr 2013 22:50:23 +0300 Subject: [PATCH] Change the Ubuntu libdns_sd package name to be correct --- src/shairplay.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shairplay.c b/src/shairplay.c index 22be17d..64cc864 100644 --- a/src/shairplay.c +++ b/src/shairplay.c @@ -309,7 +309,7 @@ main(int argc, char *argv[]) fprintf(stderr, "------------------------------------------\n"); fprintf(stderr, "You could try the following resolutions based on your OS:\n"); fprintf(stderr, "Windows: Try installing http://support.apple.com/kb/DL999\n"); - fprintf(stderr, "Debian/Ubuntu: Try installing libavahi-compat-libdnssd1 package\n"); + fprintf(stderr, "Debian/Ubuntu: Try installing libavahi-compat-libdnssd-dev package\n"); raop_destroy(raop); return -1; } -- 2.34.1