Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
Ocarina
Commits
5eb3a1f5
Commit
5eb3a1f5
authored
Jun 27, 2015
by
yoogx
Browse files
* Revert previous patch on install
parent
bf1b75b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/runtime/python/Makefile.am
View file @
5eb3a1f5
AUTOMAKE_OPTIONS
=
no-dependencies
PYTHON_FILES
=
$(srcdir)
/ocarina/ocarina.py
\
$(srcdir)
/ocarina/__init.py
__
\
$(srcdir)
/ocarina/__init
__
.py
\
$(srcdir)
/ocarina/ocarina_common_tools.py
$(srcdir)
/setup.py
if
INSTALL_PYTHON
...
...
@@ -16,5 +16,9 @@ ocarina_python = ${shell $(CYGPATH_U) '$(includedir)/ocarina/runtime/python'}
install-data-local
:
$(INSTALL)
-d
$(DESTDIR)$(ocarina_python)
pip
install
--user
$(srcdir)
for
f
in
$(PYTHON_FILES)
;
do
$(INSTALL)
-m
444
$$
f
$(DESTDIR)$(ocarina_python)
;
done
# The following does not appear to work, to be investigated ...
#pip install --user $(srcdir)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment