diff options
author | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2015-04-17 02:53:40 +0000 |
---|---|---|
committer | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2015-04-17 02:53:40 +0000 |
commit | afeba6f777395e88276ad2a00bdbb60af04773aa (patch) | |
tree | 4675f2eb3be4949a5fe1804ec76c5fb2b109bf23 /GNUmakefile | |
parent | 858494ad246a1d1ce0426e24b0e6f4ae739c7564 (diff) | |
download | netpbm-mirror-afeba6f777395e88276ad2a00bdbb60af04773aa.tar.gz netpbm-mirror-afeba6f777395e88276ad2a00bdbb60af04773aa.tar.xz netpbm-mirror-afeba6f777395e88276ad2a00bdbb60af04773aa.zip |
Fix message about pkgdir
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2461 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
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) |