diff options
author | B Stack <bgstack15@gmail.com> | 2019-06-16 19:08:29 -0400 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2019-06-16 19:08:29 -0400 |
commit | b7690d916e5f6c39db4aa1d57f712f9df11112a4 (patch) | |
tree | cd5d27a900f0d3399745c246668a7092eae8deab /irfanview/irfanview-common | |
parent | irfanview 4.53-2: fix #7 invocation problem for rpm (diff) | |
download | stackrpms-b7690d916e5f6c39db4aa1d57f712f9df11112a4.tar.gz stackrpms-b7690d916e5f6c39db4aa1d57f712f9df11112a4.tar.bz2 stackrpms-b7690d916e5f6c39db4aa1d57f712f9df11112a4.zip |
irfanview 4.53-2 dpkg rc1
Split the calling script like the rpm.
Still need to fix the icon png generation. I suspect the svg just
needs to be rebuilt.
Diffstat (limited to 'irfanview/irfanview-common')
-rwxr-xr-x | irfanview/irfanview-common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irfanview/irfanview-common b/irfanview/irfanview-common index 8d213da..6c178fc 100755 --- a/irfanview/irfanview-common +++ b/irfanview/irfanview-common @@ -70,7 +70,7 @@ expandword() { getwinepath() { # call: getwinepath "$foo" - wine "${IV_WINEPATH_BIN}" -w "${@}" + wine winepath.exe -w "${@}" } # Define variables |