From: Bdale Garbee Date: Sat, 22 Oct 2011 21:23:57 +0000 (-0600) Subject: fix prefix to point to /usr X-Git-Tag: debian/20090728-3~7 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=b6975628933e99c099df739e213c3037821b6ba0;p=debian%2Fpax fix prefix to point to /usr --- 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)