Change the Ubuntu libdns_sd package name to be correct
authorJuho Vähä-Herttua <juhovh@iki.fi>
Tue, 9 Apr 2013 19:50:23 +0000 (22:50 +0300)
committerJuho Vähä-Herttua <juhovh@iki.fi>
Tue, 9 Apr 2013 19:50:23 +0000 (22:50 +0300)
src/shairplay.c

index 22be17d5d5c5a7e1b6b320759aea6180c1329cfa..64cc864a33cd4e393e327144738af23eaeb995c6 100644 (file)
@@ -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, "------------------------------------------\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;
        }
                raop_destroy(raop);
                return -1;
        }