Skip to content

Commit 3b47149

Browse files
committed
Merge pull request #7 from christophecach/master
Rather obvious fix, thanks! - Fixed installation script from Makefile.am
2 parents ce372df + abbafa1 commit 3b47149

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile.am

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ dist_doc_DATA = \
4444
dist_easyrsa_DATA =
4545

4646
install-data-local: install-dist_easyrsaDATA
47+
mkdir -p "$(DESTDIR)$(easyrsadir)"
4748
cp "$(srcdir)/easy-rsa/2.0"/* "$(DESTDIR)$(easyrsadir)"
4849

4950
uninstall-local:

0 commit comments

Comments
 (0)