X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=Makefile;fp=Makefile;h=78ff4007b390044d0f13f92dc21f18275ddbf90a;hb=a281f9aa82f4e54ed0c9c5f8ccacb97e0d32fc9d;hp=fbc85a1fc4f1cfbed925288bb14d11371bfbc11b;hpb=c342ba5d5b8c6f9d23b36c882de3fe48634b2aab;p=uzbl-mobile diff --git a/Makefile b/Makefile index fbc85a1..78ff400 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ LDFLAGS!=echo `pkg-config --libs gtk+-2.0 webkit-1.0 libsoup-2.4 gthread-2.0` -p all: uzbl uzblctrl -PREFIX?=$(DESTDIR)/usr +PREFIX?=$(DESTDIR)/usr/local # When compiling unit tests, compile uzbl as a library first tests: uzbl.o @@ -22,7 +22,7 @@ test-dev: uzbl XDG_DATA_HOME=./examples/data XDG_CONFIG_HOME=./examples/config ./uzbl --uri http://www.uzbl.org --verbose test-share: uzbl - XDG_DATA_HOME=/usr/share/uzbl/examples/data XDG_CONFIG_HOME=/usr/share/uzbl/examples/config ./uzbl --uri http://www.uzbl.org --verbose + XDG_DATA_HOME=${PREFIX}/share/uzbl/examples/data XDG_CONFIG_HOME=${PREFIX}/share/uzbl/examples/config ./uzbl --uri http://www.uzbl.org --verbose clean: