summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 4de3519..8ad3b7f 100644
--- a/Makefile
+++ b/Makefile
@@ -10,11 +10,11 @@ APP_DIST=\
ETC_DIST=\
openssl-ca-acf.cnf
-
+
EXTRA_DIST=README Makefile config.mk
-DISTFILES=$(APP_DIST) $(EXTRA_DIST) $(ETC_DIST)
+DISTFILES=$(APP_DIST) $(EXTRA_DIST) $(ETC_DIST)
TAR=tar
@@ -32,7 +32,7 @@ install:
mkdir -p "$(install_dir)"
cp -a $(APP_DIST) "$(install_dir)"
mkdir -p "$(DESTDIR)/etc/ssl"
- cp $(ETC_DIST) $(DESTDIR)/etc/ssl/
+ cp $(ETC_DIST) $(DESTDIR)/etc/ssl/
$(tarball): $(DISTFILES)
rm -rf $(P)