Skip to content

Commit

Permalink
Fix the debian package to get examples from the expected new location
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishcoleman committed Oct 25, 2023
1 parent e73563b commit b4a21b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/debian/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ pkg:
install -m644 ../../edge.8.gz ${N2N_BUILD}/usr/share/man/man8/
install -m644 ../../supernode.1.gz ${N2N_BUILD}/usr/share/man/man1/
install -m644 ../../n2n.7.gz ${N2N_BUILD}/usr/share/man/man7/
install -m644 ../../community.list ${N2N_BUILD}/usr/share/doc/n2n/examples/
install -m644 ../../doc/community.list ${N2N_BUILD}/usr/share/doc/n2n/examples/
install -m644 ../../doc/*.md ${N2N_BUILD}/usr/share/doc/n2n/
@/bin/rm -f ../n2n*.deb
[email protected] dch -v ${PACKAGE_VERSION} --no-auto-nmu Auto Build
Expand Down

0 comments on commit b4a21b2

Please sign in to comment.