mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
opensmtpd: add mailq symlink.
This commit is contained in:
parent
58c0ebc47a
commit
a7094cb62f
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'opensmtpd'
|
# Template file for 'opensmtpd'
|
||||||
pkgname=opensmtpd
|
pkgname=opensmtpd
|
||||||
version=5.9.2p1
|
version=5.9.2p1
|
||||||
revision=4
|
revision=5
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--sysconfdir=/etc/smtpd --sbindir=/usr/bin
|
configure_args="--sysconfdir=/etc/smtpd --sbindir=/usr/bin
|
||||||
--with-path-socket=/run --with-mantype=doc --with-pie --with-table-db
|
--with-path-socket=/run --with-mantype=doc --with-pie --with-table-db
|
||||||
|
@ -41,7 +41,7 @@ pre_configure() {
|
||||||
sed -ri 's,/etc/mail,/etc/smtpd,g' smtpd/smtpd.conf
|
sed -ri 's,/etc/mail,/etc/smtpd,g' smtpd/smtpd.conf
|
||||||
}
|
}
|
||||||
post_install() {
|
post_install() {
|
||||||
for f in newaliases makemap sendmail; do
|
for f in newaliases mailq makemap sendmail; do
|
||||||
ln -s smtpctl ${DESTDIR}/usr/bin/$f
|
ln -s smtpctl ${DESTDIR}/usr/bin/$f
|
||||||
done
|
done
|
||||||
vsv opensmtpd
|
vsv opensmtpd
|
||||||
|
|
Loading…
Add table
Reference in a new issue