Skip to content

Commit

Permalink
Fix installation procedure
Browse files Browse the repository at this point in the history
  • Loading branch information
stakizawa committed Jun 22, 2015
1 parent 379dc86 commit 01f50b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion python/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ INSTALL = install
all::

install:
${INSTALL} -m 755 kmr4py.py $(LIBDIR)
${INSTALL} -m 644 kmr4py.py $(LIBDIR)

update-version::
cp kmr4py.py _kmr4py.py
Expand Down
1 change: 1 addition & 0 deletions src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ install::
if [ -f kmrf.mod ]; then $(INSTALL) -m 644 kmrf.mod $(INCDIR); fi
$(INSTALL) -m 644 libkmr.a $(LIBDIR)
$(INSTALL) -m 755 libkmr.so.$(KMRVER) $(LIBDIR)
if [ -e $(LIBDIR)/libkmr.so ]; then rm $(LIBDIR)/libkmr.so; fi
$(LN) -s $(LIBDIR)/libkmr.so.$(KMRVER) $(LIBDIR)/libkmr.so
$(INSTALL) -m 755 kmrwatch0 $(LIBDIR)
$(INSTALL) -m 644 ../README $(ETCDIR)
Expand Down

0 comments on commit 01f50b7

Please sign in to comment.