diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 6676e19d8..70596536f 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -104,7 +104,7 @@ install: all install -d $(SODIR) install -d $(PBINDIR) install -m 644 *.so $(SODIR) - install -m 750 epam $(PBINDIR) + -install -m 750 epam $(PBINDIR) install -d $(MSGSDIR) install -m 644 msgs/*.msg $(MSGSDIR) install -d $(ETCDIR) |