mirror of
https://github.com/linux-speakup/espeakup.git
synced 2026-08-20 14:54:17 +02:00
added destdir and prefix to the makefile for packaging.
This commit is contained in:
parent
c7e0e28ad1
commit
96871c6620
1 changed files with 3 additions and 1 deletions
4
Makefile
4
Makefile
|
|
@ -1,3 +1,5 @@
|
|||
PREFIX = /usr
|
||||
|
||||
LDLIBS = -lespeak
|
||||
|
||||
PROGRAM = espeakup
|
||||
|
|
@ -8,5 +10,5 @@ clean:
|
|||
rm $(PROGRAM)
|
||||
|
||||
install: $(PROGRAM)
|
||||
install -m 0755 $(PROGRAM) $(DESTDIR)/usr/bin
|
||||
install -m 0755 $(PROGRAM) $(DESTDIR)$(PREFIX)/bin
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue