]> The Tcpdump Group git mirrors - tcpdump/commitdiff
tell the user what package they might find uudecode in
authorMichael Richardson <[email protected]>
Fri, 5 Mar 2010 17:37:17 +0000 (12:37 -0500)
committerMichael Richardson <[email protected]>
Fri, 5 Mar 2010 17:37:17 +0000 (12:37 -0500)
Makefile.in

index 787d12f13c91b58049ee90f0bbfc0d839687f05d..a419a445dfba2a420df985967569943b4484209e 100644 (file)
@@ -349,7 +349,7 @@ distclean:
            config.h gnuc.h os-proto.h stamp-h stamp-h.in $(PROG).1
 
 check: tcpdump
-       uudecode -h || (echo "No uudecode program found, not running tests"; exit 1)
+       uudecode -h || (echo "No uudecode program found, not running tests"; echo "apt-get/rpm install sharutils?"; exit 1)
        (cd tests && ./TESTrun.sh)
 
 tags: $(TAGFILES)