diff options
Diffstat (limited to 'xraylarch/remove-icons.patch')
-rw-r--r-- | xraylarch/remove-icons.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xraylarch/remove-icons.patch b/xraylarch/remove-icons.patch index 029e3775..63bae251 100644 --- a/xraylarch/remove-icons.patch +++ b/xraylarch/remove-icons.patch @@ -6,7 +6,7 @@ -# create desktop icons -if INSTALL or DEVELOP: -- subprocess.check_call((pjoin(sys.exec_prefix, pyexe), +- subprocess.check_call((pjoin(sys.exec_prefix, sys.executable), - pjoin(sys.exec_prefix, bindir, larchbin), '-m')) - if len(missing) > 0: |