mirror of
https://github.com/linux-speakup/espeakup.git
synced 2026-08-09 09:19:09 +02:00
default prefix to /usr/local
Without packaging, we should be installing espeakup in /usr/local.
This commit is contained in:
parent
e4e3f0979e
commit
654fc810fe
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -1,7 +1,7 @@
|
|||
CFLAGS += -Wall
|
||||
LDLIBS = -lespeak
|
||||
|
||||
PREFIX = /usr
|
||||
PREFIX = /usr/local
|
||||
MANDIR = $(PREFIX)/share/man/man8
|
||||
BINDIR = $(PREFIX)/bin
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue