Skip to content

Commit

Permalink
Merge pull request #2805 from euanh/fix-python-makefile
Browse files Browse the repository at this point in the history
python/OMakefile: Ensure that /opt/xensource/bin exists
  • Loading branch information
euanh authored Oct 19, 2016
2 parents 4bfc8f3 + db00cbe commit b8be882
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/examples/python/OMakefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ install:
mkdir -p $(DESTDIR)$(LIBEXECDIR)
mkdir -p $(DESTDIR)$(SITE_DIR)
mkdir -p $(DESTDIR)$(PLUGINDIR)
mkdir -p $(DESTDIR)$(BINDIR)
$(IDATA) XenAPIPlugin.py XenAPI.py inventory.py $(DESTDIR)$(SITE_DIR)/
$(IEXE) echo.py $(DESTDIR)$(PLUGINDIR)/echo
$(IEXE) wake-on-lan.py $(DESTDIR)$(PLUGINDIR)/wake-on-lan
Expand Down

0 comments on commit b8be882

Please sign in to comment.