]> git.saurik.com Git - apt.git/blobdiff - cmdline/apt-get.cc
* star-merged with apt--mvo
[apt.git] / cmdline / apt-get.cc
index 356d36b4874de3d64cea5639f210357669def089..48b21a31f8eb8fd801ba70e118bca56891d04fd0 100644 (file)
@@ -2040,6 +2040,7 @@ bool DoSource(CommandLine &CmdL)
            if (system(S) != 0)
            {
               fprintf(stderr,_("Unpack command '%s' failed.\n"),S);
+              fprintf(stderr,_("Check if the 'dpkg-dev' package is installed.\n"));
               _exit(1);
            }       
         }