Skip to content
Snippets Groups Projects
Commit b6a59543 authored by Sertonix's avatar Sertonix Committed by Patrycja Rosa
Browse files

community/opensmtpd: use relative symlink

parent 5828a703
No related branches found
No related tags found
2 merge requests!79570community/firefox-esr: upgrade to 128.7.0,!73200community/*: fix pkgdir in symlink targets and prefer relative symlinks
......@@ -4,7 +4,7 @@
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname=opensmtpd
pkgver=7.6.0_p1
pkgrel=2
pkgrel=3
pkgdesc="Secure, reliable, lean, and easy-to configure SMTP server"
url="https://www.opensmtpd.org/"
arch="all"
......@@ -79,7 +79,7 @@ package() {
# Create compatibility symlinks for mailq, newaliases, makemap and sendmail.
local binary; for binary in mailq newaliases makemap sendmail; do
ln -s /usr/sbin/smtpctl "$pkgdir"/usr/sbin/$binary
ln -s smtpctl "$pkgdir"/usr/sbin/$binary
done
install -Dm755 "$builddir-pam"/mk/smtpd/smtpd "$pkgdir"/usr/sbin/smtpd-pam
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment