Skip to content

Commit

Permalink
Ensure we create a dir for our config
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishcoleman committed Nov 1, 2023
1 parent 48c3507 commit 4baa255
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/debian/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ pkg:
if test -e "${N2N_BUILD}"; then /bin/rm -fr ${N2N_BUILD}; fi
mkdir -p ${N2N_BUILD}/usr/sbin ${N2N_BUILD}/usr/share/man/man1 ${N2N_BUILD}/usr/share/man/man7 ${N2N_BUILD}/usr/share/man/man8
mkdir -p ${N2N_BUILD}/usr/share/doc/n3n/examples
mkdir -p ${N2N_BUILD}/etc/n3n
install -m755 ../../apps/supernode ${N2N_BUILD}/usr/sbin/
install -m755 ../../apps/edge ${N2N_BUILD}/usr/sbin/
install -m644 ../../edge.8.gz ${N2N_BUILD}/usr/share/man/man8/
Expand Down

0 comments on commit 4baa255

Please sign in to comment.