summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrany2023-07-03 21:32:39 +0300
committerrany2023-07-03 21:32:39 +0300
commit8f809571c2723af5b9974d3cbef0a82757c85aca (patch)
treef9beacce517ae7b0c9b037602604e2a661342671
parentb70f3df7326ff47bcc44bfdf0eda0ef959cd40a4 (diff)
downloadaur-8f809571c2723af5b9974d3cbef0a82757c85aca.tar.gz
Fix path to control file
Thank you @headrift Signed-off-by: rany <ranygh@riseup.net>
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b90d3e04aba2..db82c67fc479 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pissircd-git
pkgdesc = PissIRCd is an open source IRC server based on UnrealIRCd with Pissnet tweaks.
pkgver = r9061.193da4738
- pkgrel = 5
+ pkgrel = 6
url = https://github.com/pissnet/pissircd
install = pissircd.install
arch = x86_64
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 \