Use recursive install

This commit is contained in:
Jordan Dominion
2023-06-23 09:51:28 -04:00
parent f8127db2c6
commit 0a89cdd95d
+1 -1
View File
@@ -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