Browse Source

allow prefix to be overriden (#298)

so can be built for one place and installed in another
pull/299/head
Scott Beamer 7 years ago
committed by Andrew Waterman
parent
commit
c6451cf437
  1. 2
      Makefile.in

2
Makefile.in

@ -50,7 +50,7 @@ endif
# Installation directories
prefix := @prefix@
prefix ?= @prefix@
INSTALLDIR ?= $(DESTDIR)$(prefix)

Loading…
Cancel
Save