Commit 2626eb27 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Use bare `uname` instead of `uname -o`

parent cc35e776
......@@ -16,7 +16,7 @@ fi
if [ "x$DST" != "x" ] ; then
:
elif [ "x`uname -o`" = "xFreeBSD" ] ; then
elif [ "x`uname`" = "xFreeBSD" ] ; then
DST="--prefix=/usr/local --mandir=/usr/local/man"
else
DST="--prefix=/opt/varnish --mandir=/opt/varnish/man"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment