diff options
Diffstat (limited to 'editors/leo/files')
-rw-r--r-- | editors/leo/files/leo.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/leo/files/leo.in b/editors/leo/files/leo.in index bccf53d98fd7..e1ec1d851fd5 100644 --- a/editors/leo/files/leo.in +++ b/editors/leo/files/leo.in @@ -8,5 +8,5 @@ # # 2002/11/17 alane@freebsd.org # -exec python @LOCALBASE@/share/@DISTNAME@/leo.py ${1:+"$@"} +exec python @PKGDATADIR@/leo.py ${1:+"$@"} |