From 05df9fdb52b3edc4a65a1266bfb8316b5b75a0f2 Mon Sep 17 00:00:00 2001 From: Yves Dorfsman Date: Fri, 20 May 2016 15:08:46 -0600 Subject: [PATCH] Use PKGNAME variable defined above. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 92104b2..42659a4 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ SHELL=/bin/sh PKGNAME=stack_blackbox BASEDIR?=~ -OUTPUTDIR?="$(BASEDIR)/debbuild-${PACKAGENAME}" +OUTPUTDIR?="$(BASEDIR)/debbuild-${PKGNAME}" all: @echo 'Menu:'