aboutsummaryrefslogtreecommitdiffstats
path: root/mail/s-nail/files/patch-mk_make-install.sh
blob: 1cb6bf59a7a3d5a6f5b513b9ce27195cade34a58 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- mk/make-install.sh.orig 2019-09-03 03:03:54 UTC
+++ mk/make-install.sh
@@ -32,7 +32,7 @@ __copychownfile() {
 __stripfile() {
    _file=${1}
    if [ "${OPT_DEBUG}" != 0 ]; then :;
-   elif [ -n "${HAVE_STRIP}" ]; then
+   elif [ "x${strip}" != "x" ]; then
       ${strip} "${_file}"
    fi
 }