fix prefix to point to /usr
authorBdale Garbee <bdale@gag.com>
Sat, 22 Oct 2011 21:23:57 +0000 (15:23 -0600)
committerBdale Garbee <bdale@gag.com>
Sat, 22 Oct 2011 21:23:57 +0000 (15:23 -0600)
Makefile

index 4cfa56119e262c844b4ff71659c70a87e5200796..34ebe86aaab4974b69896ba3081ebe6ad1d25a5b 100644 (file)
--- 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)