From: Juho Vähä-Herttua Date: Tue, 9 Apr 2013 19:50:23 +0000 (+0300) Subject: Change the Ubuntu libdns_sd package name to be correct X-Git-Tag: upstream/0.9.0~4^2~27 X-Git-Url: https://git.piment-noir.org/?p=deb_shairplay.git;a=commitdiff_plain;h=f95c4d2da37b73c2010b4332831cb1f582314b6b Change the Ubuntu libdns_sd package name to be correct --- 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; }