aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAdam Stokes <hackr@cypherbook.com>2012-03-05 13:19:28 -0500
committerJesse Jaggars <jjaggars@redhat.com>2012-03-05 13:56:13 -0600
commita95cb0065878cb4e3f85c69c835910fcc304e81f (patch)
tree75356c443ca55f46224651cd537c296ae9a696d7 /Makefile
parent0d4ba5f044389c96d4a4b1a82d66c32347f087b0 (diff)
downloadsos-a95cb0065878cb4e3f85c69c835910fcc304e81f.tar.gz
Makefile: make sure to copy $(GPG_TPL)template name during install
Signed-off-by: Adam Stokes <hackr@cypherbook.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fbb2a2e6..def04279 100644
--- a/Makefile
+++ b/Makefile
@@ -48,7 +48,7 @@ install: updateversion
install -m644 sos.conf.5.gz $(DESTDIR)/usr/share/man/man5/.
install -m644 LICENSE README $(DESTDIR)/usr/share/$(NAME)/.
install -m644 $(NAME).conf $(DESTDIR)/etc/$(NAME).conf
- install -m644 gpgkeys/rhsupport.pub $(DESTDIR)/usr/share/$(NAME)/.
+ install -m644 gpgkeys/$(GPG_TPL)support.pub $(DESTDIR)/usr/share/$(NAME)/.
for d in $(SUBDIRS); do make DESTDIR=`cd $(DESTDIR); pwd` -C $$d install; [ $$? = 0 ] || exit 1; done
updateversion: