Skip to content

Commit 766b3ee

Browse files
scripts/sysinstall.py: fix default root docs.
Also use more descriptive default directory name.
1 parent 230eed4 commit 766b3ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/sysinstall.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
--pymupdf-do 0|1
5050
Whether to build and install pymupdf.
5151
--root <root>
52-
Root of install directory; default is `/`.
52+
Root of install directory; default is 'pymupdf-sysinstall-test-root'.
5353
--tesseract5 0|1
5454
If 1 (the default), we force installation of libtesseract-dev version
5555
5 (which is not available as a default package in Ubuntu-22.04) from
@@ -140,7 +140,7 @@ def main():
140140
packages = True
141141
prefix = '/usr/local'
142142
pymupdf_do = True
143-
root = 'sysinstall_test'
143+
root = 'pymupdf-sysinstall-test-root'
144144
tesseract5 = True
145145
pytest_args = None
146146
pytest_do = True

0 commit comments

Comments
 (0)