diff options
| author | Jeff Carr <[email protected]> | 2024-02-11 02:27:21 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-11 02:27:21 -0600 |
| commit | ffaec2b5dd6b38d5b78b579998dedc91f016110e (patch) | |
| tree | 4385cc279611163becb3d34833e036ff6de8846d /debian/Makefile | |
| parent | eed897eefde13caff77cd3c62c2a62f77165a129 (diff) | |
makefile works
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'debian/Makefile')
| -rw-r--r-- | debian/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
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: |
