mirror of
https://github.com/linux-speakup/espeakup.git
synced 2026-08-23 08:04:18 +02:00
removed permission settings from makefile
This commit is contained in:
parent
311b691195
commit
486fe27f47
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -29,9 +29,9 @@ all: espeakup
|
|||
|
||||
install: espeakup
|
||||
$(INSTALL) -d $(DESTDIR)$(BINDIR)
|
||||
$(INSTALL) -m 0755 $< $(DESTDIR)$(BINDIR)
|
||||
$(INSTALL) -d $(DESTDIR)$(MANDIR)
|
||||
$(INSTALL) -m 0644 espeakup.8 $(DESTDIR)$(MANDIR)
|
||||
$(INSTALL) $< $(DESTDIR)$(BINDIR)
|
||||
$(INSTALL) espeakup.8 $(DESTDIR)$(MANDIR)
|
||||
|
||||
clean:
|
||||
$(RM) *.d *.o
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue