mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
opensmtpd: move to usr/bin.
This commit is contained in:
parent
cb1a11bef2
commit
bfbc36a2d0
1 changed files with 1 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'opensmtpd'
|
||||
pkgname=opensmtpd
|
||||
version=5.4.5p2
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--sysconfdir=/etc/smtpd --sbindir=/usr/bin
|
||||
--with-maildir=/var/spool/mail --with-privsep-path=/var/empty
|
||||
|
@ -40,9 +40,6 @@ post_install() {
|
|||
vlicense LICENSE
|
||||
vinstall /dev/null 644 etc/smtpd aliases
|
||||
|
||||
vmkdir usr/sbin
|
||||
ln -s /usr/bin/sendmail ${DESTDIR}/usr/sbin/sendmail
|
||||
|
||||
if [ "$build_option_systemd" ]; then
|
||||
vinstall ${FILESDIR}/smtpd.service 644 usr/lib/systemd/system
|
||||
vinstall ${FILESDIR}/smtpd.socket 644 usr/lib/systemd/system
|
||||
|
|
Loading…
Add table
Reference in a new issue