Adjusted Makefile fixing naming issues
This commit is contained in:
parent
54275f88b9
commit
9da1b962aa
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -8,8 +8,8 @@ DOC_FILES=*.conf *.md doc/*.pod
|
|||
SCRIPTS=ca-create-cert ca-init ca-list-certs ca-renew-cert ca-revoke-cert
|
||||
|
||||
PKG_DIR=ca-scripts
|
||||
PKG_NAME=$(NAME)-$(VERSION)
|
||||
PKG=$(PKG_DIR)/$(PKG_NAME)_$(VERSION).tar.gz
|
||||
PKG_NAME=$(NAME)_$(VERSION)
|
||||
PKG=$(PKG_DIR)/$(PKG_NAME).tar.gz
|
||||
SIG=$(PKG_DIR)/$(PKG_NAME).asc
|
||||
|
||||
PREFIX?=/opt/$(NAME)
|
||||
|
|
Loading…
Reference in a new issue