1
0
mirror of https://github.com/yarrick/iodine.git synced 2025-02-19 22:03:16 +03:00

#87 Allow setting prefix in makefile

This commit is contained in:
Erik Ekman 2010-07-21 07:21:24 +00:00 committed by Erik Ekman
parent 0be4332193
commit dd13d8bba4

View File

@ -1,4 +1,4 @@
prefix=/usr/local
prefix?=/usr/local
sbindir=$(prefix)/sbin
datadir=$(prefix)/share
mandir=$(datadir)/man