Update packages
This commit is contained in:
@@ -62,7 +62,8 @@ build() {
|
||||
--datadir=/var/lib/prosody --with-lua-include=/usr/include/lua5.1 \
|
||||
--cflags="${CFLAGS} -fPIC -Wall -Wextra -D_GNU_SOURCE" \
|
||||
--ldflags="${LDFLAGS} -shared" --no-example-certs \
|
||||
--runwith=lua5.1
|
||||
--runwith=lua5.1 \
|
||||
--lua-version=5.1
|
||||
make
|
||||
}
|
||||
|
||||
|
@@ -5,7 +5,7 @@ post_install() {
|
||||
chown prosody:jabber var/lib/prosody
|
||||
[ -d var/log/prosody ] && chown prosody:jabber var/log/prosody
|
||||
|
||||
echo ">> Documentation: http://wiki.archlinux.org/index.php/Prosody"
|
||||
echo ">> Documentation: https://wiki.archlinux.org/index.php/Prosody"
|
||||
}
|
||||
|
||||
post_upgrade() {
|
||||
|
Reference in New Issue
Block a user