From 9da1b962aa31eb18e0ddf53017f241a40c56ed48 Mon Sep 17 00:00:00 2001 From: Eric Renfro Date: Fri, 20 Feb 2015 13:31:22 -0500 Subject: [PATCH] Adjusted Makefile fixing naming issues --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index a9a0110..c3ef381 100644 --- a/Makefile +++ b/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)