Merge pull request #160 from dorfsmay/master

Use PKGNAME variable defined above.
This commit is contained in:
Tom Limoncelli
2016-05-23 10:02:08 -04:00

View File

@@ -1,8 +1,8 @@
SHELL=/bin/sh
PKGNAME=stack_blackbox
BASEDIR?=~
OUTPUTDIR?="$(BASEDIR)/debbuild-${PACKAGENAME}"
BASEDIR?=$(HOME)
OUTPUTDIR?="$(BASEDIR)/debbuild-${PKGNAME}"
all:
@echo 'Menu:'