From b6975628933e99c099df739e213c3037821b6ba0 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Sat, 22 Oct 2011 15:23:57 -0600 Subject: [PATCH] fix prefix to point to /usr --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4cfa561..34ebe86 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ MAN= pax.1 CFLAGS= -Wall -O2 -g -DLONG_OFF_T\ -DNET2_STAT -D_PATH_DEFTAPE=\"/dev/rmt0\" -DDEBIAN -D_GNU_SOURCE -prefix=/usr/local +prefix=/usr pax: $(OBJS) $(CC) $(CFLAGS) $(OBJS) -o $@ $(LIBS) -- 2.30.2