summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnthony Wang2022-08-27 08:38:18 -0500
committerAnthony Wang2022-08-27 08:38:18 -0500
commit47b70b64beab47a70ccfbf297e2e334ed99c4007 (patch)
tree831e0923c03c74447aa3c2cdc71ec6849fb43dc7
parent2da2295825c262e504d15c1faaab3de5853ee924 (diff)
downloadaur-47b70b64beab47a70ccfbf297e2e334ed99c4007.tar.gz
Fix nginx.conf path
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e159af0ef990..296df17c6987 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -73,7 +73,7 @@ package() {
-e 's/home\/mastodon\/.rbenv\/shims/usr\/bin/' \
-i mastodon-*.service
sed -e 's/home\/mastodon\/live/var\/lib\/mastodon/g' \
- -i dist/nginx.conf
+ -i nginx.conf
install -Dm 644 mastodon-*.service -t "$pkgdir"/usr/lib/systemd/system
}