|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
|
# |
|
|
|
|
# Filename: package/.../nail/nail.conf |
|
|
|
|
# Copyright (C) 2006 The OpenSDE Project |
|
|
|
|
# Copyright (C) 2006 - 2007 The OpenSDE Project |
|
|
|
|
# Copyright (C) 2004 - 2006 The T2 SDE Project |
|
|
|
|
# |
|
|
|
|
# More information can be found in the files COPYING and README. |
|
|
|
@ -23,7 +23,5 @@ var_append makeinstopt ' ' DESTDIR=$root
|
|
|
|
|
|
|
|
|
|
hook_add premake 5 'sh ./makeconfig' |
|
|
|
|
|
|
|
|
|
if ! pkginstalled mailx; then |
|
|
|
|
# create compatibility symlink to `mail` |
|
|
|
|
hook_add postmake 5 'ln -svf nail $root$bindir/mail' |
|
|
|
|
fi |
|
|
|
|
# create compatibility symlink to `mail` |
|
|
|
|
hook_add postmake 5 'ln -svf mailx $root$bindir/mail' |
|
|
|
|