Skip to content

Commit

Permalink
Bugfix: install main pyextrae __init__.py to lib folder
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianrcv committed Nov 12, 2019
1 parent 0eae19b commit 32143b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/others/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ install-data-hook:
$(top_srcdir)/substitute $(SED) "@sub_Extrae_neventandcounters@" Extrae_nevent pyextrae/common/extrae.py
#endif
mkdir -p $(DESTDIR)$(libexecdir)/pyextrae
cp -rL pyextrae/__init__.py $(DESTDIR)$(libexecdir)/pyextrae
cp -rL pyextrae/common $(DESTDIR)$(libexecdir)/pyextrae
cp -rL pyextrae/multiprocessing $(DESTDIR)$(libexecdir)/pyextrae
cp -rL pyextrae/profile $(DESTDIR)$(libexecdir)/pyextrae
Expand Down

0 comments on commit 32143b2

Please sign in to comment.