From afeba6f777395e88276ad2a00bdbb60af04773aa Mon Sep 17 00:00:00 2001 From: giraffedata Date: Fri, 17 Apr 2015 02:53:40 +0000 Subject: Fix message about pkgdir git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2461 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index 4928c8f2..ed8795ca 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -249,7 +249,7 @@ init_package: @if [ -d $(PKGDIR) ]; then \ echo "Directory $(PKGDIR) already exists. Please specify a "; \ echo "directory that can be created fresh, like this: "; \ - echo " make package PKGDIR=/tmp/newnetpbm "; \ + echo " make package pkgdir=/tmp/newnetpbm "; \ false; \ fi mkdir $(PKGDIR) -- cgit 1.4.1