summaryrefslogtreecommitdiff
path: root/irfanview/irfanview-common
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-06-16 19:08:29 -0400
committerB Stack <bgstack15@gmail.com>2019-06-16 19:08:29 -0400
commitb7690d916e5f6c39db4aa1d57f712f9df11112a4 (patch)
treecd5d27a900f0d3399745c246668a7092eae8deab /irfanview/irfanview-common
parentirfanview 4.53-2: fix #7 invocation problem for rpm (diff)
downloadstackrpms-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-xirfanview/irfanview-common2
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
bgstack15