Skip to content

Commit

Permalink
Fix manpages installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyberboss committed Apr 21, 2024
1 parent 01dfda3 commit 40d69f3
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 1 deletion.
File renamed without changes.
2 changes: 2 additions & 0 deletions build/package/deb/debian/manpages
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
debian/man/tgs-configure.1
debian/man/tgstation-server.7
1 change: 0 additions & 1 deletion build/package/deb/install_artifacts.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/sh -e

cd artifacts && for f in $(find * -type f); do install -D "$f" "$1/opt/tgstation-server/$f"; done
cd ../build/package/deb/man && for f in $(find * -type f); do install -D "$f" "$1/usr/local/man/$f"; done

0 comments on commit 40d69f3

Please sign in to comment.