Subject: Specify the installation prefix
Author: Apollon Oikonomopoulos <apoikos@gmail.com>
Forwarded: not-needed
Last-Update: 2013-07-17
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 CFLAGS ?= -g -O2 -funroll-loops -ftree-vectorize
 CFLAGS += -std=gnu99 -Wall -Wextra -pedantic
 LIBS=-lm -lrt
-PREFIX=/usr/local
+PREFIX=/usr
 BINDIR=$(PREFIX)/bin
 MAN1DIR=$(PREFIX)/share/man/man1
 
