From c3f7e12890dd1f9a94b93356ab5c041aafa86d7e Mon Sep 17 00:00:00 2001 From: Yves Dorfsman Date: Fri, 20 May 2016 15:08:46 -0600 Subject: [PATCH 1/2] 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:' From 1ae578b7cfef2607334b860f291edcc3ea742705 Mon Sep 17 00:00:00 2001 From: Yves Dorfsman Date: Fri, 20 May 2016 16:15:15 -0600 Subject: [PATCH 2/2] Tilde doesn't get expanded when in between quotes. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 42659a4..7719474 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ SHELL=/bin/sh PKGNAME=stack_blackbox -BASEDIR?=~ +BASEDIR?=$(HOME) OUTPUTDIR?="$(BASEDIR)/debbuild-${PKGNAME}" all: