diff options
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: |
