From 486fe27f47d12a0482060aac4fc6c1568fab0613 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Wed, 7 Oct 2009 15:59:12 -0500 Subject: [PATCH] removed permission settings from makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7a22e47..367eaa7 100644 --- a/Makefile +++ b/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