switched install order procedures.
This commit is contained in:
parent
dc0e3ac5c2
commit
39fa98d8a8
1 changed files with 1 additions and 1 deletions
|
|
@ -200,11 +200,11 @@ ifeq ($(os_is_win),0)
|
|||
cp -f License.txt "@ct_bindir@"
|
||||
ifneq ($(build_python),0)
|
||||
ifeq ($(build_python),2)
|
||||
chmod +x @ct_bindir@/mixmaster
|
||||
endif
|
||||
@INSTALL@ -c tools/src/finish_install.py tools/bin
|
||||
(PYTHONPATH=''; @PYTHON_CMD@ tools/bin/finish_install.py @prefix@ @PYTHON_CMD@)
|
||||
chmod +x @ct_bindir@/ctnew
|
||||
chmod +x @ct_bindir@/mixmaster
|
||||
endif
|
||||
else
|
||||
# Commands to be executed for win systems
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue