File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3030 nsis
3131 pkg-config
3232 protobuf-compiler
33- python
34- python -dev
33+ python3
34+ python3 -dev
3535 stow
3636 sudo
3737 texinfo
Original file line number Diff line number Diff line change 137137 $(MAKE) clementine-deps
138138
139139clean:
140- realstow=`python -c "import os.path; print os.path.realpath('$(stow)')"`; \
140+ realstow=`python3 -c "import os.path; print os.path.realpath('$(stow)')"`; \
141141 for path in $(stow)/*; do \
142142 directory=`basename $$path`; \
143143 stow -d $$realstow -D $$directory; \
@@ -148,7 +148,7 @@ clean:
148148 -rm .done-*
149149
150150all-downloads:
151- python $(src)/downloader/downloader.py --output "$(downloads)"
151+ python3 $(src)/downloader/downloader.py --output "$(downloads)"
152152
153153boost: .done-boost
154154cdio: .done-cdio
You can’t perform that action at this time.
0 commit comments