Skip to content

Commit

Permalink
Python Bindings: Fix INSTALL_PREFIX in _versions.py.in
Browse files Browse the repository at this point in the history
The NSTALL_PREFIX in _versions.py.in needs to be surrounded by
single quotes, because it is a string.

Refs #731
  • Loading branch information
rcrdnalor committed May 15, 2023
1 parent 8ece26b commit efecea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/bindings/python/MythTV/_versions.py.in
Expand Up @@ -13,4 +13,4 @@ MUSICSCHEMA_VERSION = 1025
PROTO_VERSION = '91'
PROTO_TOKEN = 'BuzzOff'
BACKEND_SEP = '[]:[]'
INSTALL_PREFIX = @MYTHTV_INSTALL_PREFIX@
INSTALL_PREFIX = '@MYTHTV_INSTALL_PREFIX@'

0 comments on commit efecea0

Please sign in to comment.