|
|
@ -21,3 +21,14 @@ elif pkginstalled gnutls; then |
|
|
|
else |
|
|
|
var_append confopt ' ' '--with-ssl=no' |
|
|
|
fi |
|
|
|
|
|
|
|
msmtp_install_scripts() { |
|
|
|
local x= |
|
|
|
for x in scripts/*; do |
|
|
|
[ -d "$x" ] || continue |
|
|
|
echo_status "Installing $x..." |
|
|
|
cp -av "$x" "$root$docdir/" |
|
|
|
done |
|
|
|
} |
|
|
|
|
|
|
|
hook_add postmake 5 'msmtp_install_scripts' |