Fix manpages installation

This commit is contained in:
Jordan Dominion
2024-04-21 14:22:11 -04:00
parent 01dfda32cc
commit 40d69f3b0c
4 changed files with 2 additions and 1 deletions
+2
View File
@@ -0,0 +1,2 @@
debian/man/tgs-configure.1
debian/man/tgstation-server.7
-1
View File
@@ -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