Skip to content

Commit

Permalink
scripts/sysinstall.py
Browse files Browse the repository at this point in the history
  • Loading branch information
julian-smith-artifex-com committed Jan 3, 2024
1 parent 06762b7 commit 6e098f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/sysinstall.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def main():
mupdf_dir = 'mupdf'
mupdf_git = None
mupdf_packages = True
prefix = 'usr/local'
prefix = '/usr/local'
pymupdf = True
pymupdf_dir = os.path.abspath( f'{__file__}/../..')
root = '/'
Expand Down

0 comments on commit 6e098f3

Please sign in to comment.