mirror of
https://github.com/yarrick/iodine.git
synced 2025-06-05 02:03:43 +02:00
#87 Allow setting prefix in makefile
This commit is contained in:
parent
0be4332193
commit
dd13d8bba4
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1,4 +1,4 @@
|
||||||
prefix=/usr/local
|
prefix?=/usr/local
|
||||||
sbindir=$(prefix)/sbin
|
sbindir=$(prefix)/sbin
|
||||||
datadir=$(prefix)/share
|
datadir=$(prefix)/share
|
||||||
mandir=$(datadir)/man
|
mandir=$(datadir)/man
|
||||||
|
|
Loading…
Add table
Reference in a new issue