mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 08:22:56 +02:00
Merge pull request #4469 from jprjr/fix-rspamd
rspamd: remove non-breaking space from run script
This commit is contained in:
commit
3838bdf0e5
2 changed files with 2 additions and 2 deletions
|
@ -1,3 +1,3 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
[ -r conf ] && . ./conf
|
[ -r conf ] && . ./conf
|
||||||
exec rspamd -f ${OPTS}
|
exec rspamd -f ${OPTS}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'rspamd'
|
# Template file for 'rspamd'
|
||||||
pkgname=rspamd
|
pkgname=rspamd
|
||||||
version=1.2.8
|
version=1.2.8
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="
|
configure_args="
|
||||||
-DRSPAMD_USER=rspamd
|
-DRSPAMD_USER=rspamd
|
||||||
|
|
Loading…
Add table
Reference in a new issue