mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-24 05:27:30 +01:00
Fix manpages installation
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
debian/man/tgs-configure.1
|
||||
debian/man/tgstation-server.7
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user