mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
Create directories
SVN revision: 512
This commit is contained in:
parent
de123e2499
commit
892657af53
1
Makefile
1
Makefile
@ -36,6 +36,7 @@ all: $(EXECS)
|
||||
$(CC) $(CFLAGS) -o $@ $< $(LIBS)
|
||||
|
||||
install: $(EXECS)
|
||||
$(INSTALL) -m 0755 -d $(DESTDIR) $(SDESTDIR) $(MANDIR)/man1/ $(MANDIR)/man8/
|
||||
$(INSTALL) -m 0755 -o bin -g bin elog elconv $(DESTDIR)
|
||||
$(INSTALL) -m 0755 -o bin -g bin elogd $(SDESTDIR)
|
||||
$(INSTALL) -m 0644 man/elog.1 man/elconv.1 $(MANDIR)/man1/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user