From ffaec2b5dd6b38d5b78b579998dedc91f016110e Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 11 Feb 2024 02:27:21 -0600 Subject: makefile works Signed-off-by: Jeff Carr --- debian/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'debian/Makefile') diff --git a/debian/Makefile b/debian/Makefile index 1b42b3b..a6f1235 100644 --- a/debian/Makefile +++ b/debian/Makefile @@ -1,7 +1,7 @@ # GITVERSION=$(shell git rev-parse FETCH_HEAD) VERSION=$(shell git describe --tags $(git rev-list --tags --max-count=1) | sed 's/^v//') -BASENAME=control-panel-dns +BASENAME=go-deb all: help deb @@ -20,9 +20,9 @@ clean: extract: mkdir -p ../files/usr/bin - mkdir -p ../files/usr/lib/control-panel-dns/ - cp ../README.md ../files/usr/lib/control-panel-dns/ - cp ~/go/bin/control-panel-dns ../files/usr/bin/ + mkdir -p ../files/usr/lib/${BASENAME} + cp ../README.md ../files/usr/lib/${BASENAME} + cp ../${BASENAME} ../files/usr/bin/ # makes the DEBIAN/ directory DEBIAN: -- cgit v1.2.3