mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-24 05:27:30 +01:00
Use recursive install
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
install:
|
||||
install -d $(DESTDIR)/opt/tgstation-server
|
||||
cp -r artifacts/* $(DESTDIR)/opt/tgstation-server
|
||||
cd artifacts && for f in $(find .); do install "$f" $(DESTDIR)/opt/tgstation-server/; done
|
||||
install -d $(DESTDIR)/etc/tgstation-server
|
||||
install build/package/deb/appsettings.Initial.yml $(DESTDIR)/etc/tgstation-server/appsettings.Production.yml
|
||||
dh_link $(DESTDIR)/etc/tgstation-server/appsettings.Production.yml $(DESTDIR)/opt/tgstation-server/appsettings.Production.yml
|
||||
|
||||
Reference in New Issue
Block a user