From f333eb0b5e7183833e6eae43195764388d32fe21 Mon Sep 17 00:00:00 2001 From: Cameron Katri Date: Thu, 13 May 2021 15:54:56 -0400 Subject: file_cmds: gzip: Fix BINDIR --- file_cmds/gzip/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/file_cmds/gzip/Makefile b/file_cmds/gzip/Makefile index 077473c..8250e3e 100644 --- a/file_cmds/gzip/Makefile +++ b/file_cmds/gzip/Makefile @@ -12,6 +12,6 @@ SCRIPTS= gzexe \ CFLAGS+=-DGZIP_APPLE_VERSION=\"321.40.3\" LDADD=-llzma -lz -lbz2 -BINDIR=/bin +BINDIR=/usr/bin .include -- cgit v1.2.3-56-ge451