summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorrany2023-07-03 21:32:39 +0300
committerrany2023-07-03 21:32:39 +0300
commit8f809571c2723af5b9974d3cbef0a82757c85aca (patch)
treef9beacce517ae7b0c9b037602604e2a661342671 /PKGBUILD
parentb70f3df7326ff47bcc44bfdf0eda0ef959cd40a4 (diff)
downloadaur-pissircd-git.tar.gz
Fix path to control file
Thank you @headrift Signed-off-by: rany <ranygh@riseup.net>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 709fd41ed33d..312b35300e31 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=pissircd-git
pkgver=r9061.193da4738
-pkgrel=5
+pkgrel=6
pkgdesc="PissIRCd is an open source IRC server based on UnrealIRCd with Pissnet tweaks."
arch=('x86_64')
url="https://github.com/pissnet/pissircd"
@@ -47,6 +47,7 @@ build() {
./autogen.sh
./configure \
--with-pidfile=/run/pissircd/ircd.pid \
+ --with-controlfile=/run/pissircd/ircd.sock \
--with-showlistmodes \
--enable-ssl=/usr \
--with-bindir=/usr/bin \