From: Andre P. <at...@us...> - 2004-05-19 16:06:30
|
Update of /cvsroot/hoc/hoc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5442 Modified Files: config.mk.in Log Message: Install hocwrap to user's "./configure --prefix=" parameter, rather than hardcoding it to /usr/local/bin Index: config.mk.in =================================================================== RCS file: /cvsroot/hoc/hoc/config.mk.in,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- config.mk.in 17 May 2004 18:31:23 -0000 1.4 +++ config.mk.in 19 May 2004 16:06:03 -0000 1.5 @@ -15,6 +15,11 @@ DOT=@DOT@ POD2HTML=@POD2HTML@ +# installation parameters + +prefix = @prefix@ +DESTDIR = $(prefix) +bindir = $(DESTDIR)/bin # distribution tarball information |