From abbafa1d27c9d5e80cbb0fa2559a4e7639ef4469 Mon Sep 17 00:00:00 2001 From: christophecach Date: Sun, 6 Oct 2013 13:05:19 -0400 Subject: [PATCH] - Fixed installation script from Makefile.am --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index e9c4f231a..f866fb618 100644 --- a/Makefile.am +++ b/Makefile.am @@ -44,6 +44,7 @@ dist_doc_DATA = \ dist_easyrsa_DATA = install-data-local: install-dist_easyrsaDATA + mkdir -p "$(DESTDIR)$(easyrsadir)" cp "$(srcdir)/easy-rsa/2.0"/* "$(DESTDIR)$(easyrsadir)" uninstall-local: