blob: 4872aba1e078832c6e89c7c44a876397cbea3494 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- Makefile.orig 2020-08-31 20:12:55 UTC
+++ Makefile
@@ -38,7 +38,7 @@ TAR_FLAGS = --sort=name \
--mode=go=rX,u+rw,a-s \
--pax-option=exthdr.name=%d/PaxHeaders/%f,delete=atime,delete=ctime
-ifeq ($(shell uname -s), Darwin)
+ifneq ($(filter Darwin FreeBSD,$(shell uname -s)),"")
INSTALL ?= ginstall
else
INSTALL ?= install
|