]> git.sesse.net Git - cubemap/commitdiff
Default PREFIX should be /usr/local, not /usr.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Fri, 16 Aug 2013 12:14:29 +0000 (14:14 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Fri, 16 Aug 2013 12:14:29 +0000 (14:14 +0200)
Makefile

index a84a72118fcd40f5e86c85e3417302d5a1015c2e..65a652dff13337c2d7fc8d88d572d65c3fb506c6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,7 @@ DEPS=$(OBJS:.o=.d)
 clean:
        $(RM) cubemap $(OBJS) $(DEPS) state.pb.h state.pb.cc
 
-PREFIX=/usr
+PREFIX=/usr/local
 install:
        $(INSTALL) -m 755 -o root -g root -d $(DESTDIR)$(PREFIX)/bin $(DESTDIR)/etc $(DESTDIR)/var/lib/cubemap $(DESTDIR)/var/log/cubemap
        $(INSTALL) -m 755 -o root -g root cubemap $(DESTDIR)$(PREFIX)/bin/cubemap