Skip to content

Commit

Permalink
add ssl/ subdir in ...../etc/
Browse files Browse the repository at this point in the history
  • Loading branch information
cdpxe committed Sep 10, 2024
1 parent 5df0c72 commit 73d8e69
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ wendzelnntpadm : cdpnntpadm.o db_abstraction.o $(SQLITEOBJ) $(MYSQLOBJ) $(POSTGR

install : bin/wendzelnntpd bin/wendzelnntpadm
if [ ! -d $(FAKECDIR) ]; then install -d -m 0755 $(FAKECDIR); fi
if [ ! -d $(FAKECDIR)/etc ]; then install -d -m 0755 $(FAKECDIR)/etc; fi
if [ ! -d $(DESTDIR)/sbin ]; then install -d -m 0755 $(DESTDIR)/sbin; fi
if [ ! -d $(DESTDIR)/share ]; then install -d -m 0755 $(DESTDIR)/share; fi
if [ ! -d $(DESTDIR)/share/doc ]; then install -d -m 0755 $(DESTDIR)/share/doc; fi
Expand Down
2 changes: 1 addition & 1 deletion build
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3237
3239
Binary file modified docs/docs.pdf
Binary file not shown.

0 comments on commit 73d8e69

Please sign in to comment.