mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-13 18:43:51 +02:00
sqmail: drop own hostname implementation, clashes.
This commit is contained in:
parent
f3e3d8774d
commit
eb08ee685d
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'sqmail'
|
||||
pkgname=sqmail
|
||||
version=4.0.07
|
||||
revision=2
|
||||
revision=3
|
||||
create_wrksrc=yes
|
||||
build_wrksrc="mail/${pkgname}/${pkgname}-${version}/src"
|
||||
makedepends="fehQlibs libidn2-devel ucspi-ssl-devel"
|
||||
|
@ -115,6 +115,8 @@ do_install() {
|
|||
for f in ../man/*.?; do
|
||||
vman $f
|
||||
done
|
||||
rm ${DESTDIR}/usr/bin/hostname
|
||||
rm ${DESTDIR}/usr/share/man/man8/hostname.8
|
||||
vsv qmail-send
|
||||
vsv qmail-smtpd
|
||||
vsv qmail-smtpsd
|
||||
|
|
Loading…
Add table
Reference in a new issue