This website requires JavaScript.
Explore
Help
Sign In
langfingaz
/
anki
Watch
1
Star
0
Fork
0
You've already forked anki
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
4cee3807ff
anki
/
tools
/
runanki.system.in
8 lines
96 B
Plaintext
Raw
Normal View
History
Unescape
Escape
fix make install for source
2017-01-17 02:25:55 +01:00
#!/usr/bin/env python3
import sys
runanki.system: fix prefix at install time Currently the Makefile lets you choose your own PREFIX, but the installed runanki.system always hardcodes the prefix as /usr. Fix runanki.system at install time to install into the designated PREFIX.
2018-02-24 09:03:05 +01:00
sys.path.append("@PREFIX@/share/anki")
fix make install for source
2017-01-17 02:25:55 +01:00
import aqt
aqt.run()
Reference in New Issue
Copy Permalink