From b7690d916e5f6c39db4aa1d57f712f9df11112a4 Mon Sep 17 00:00:00 2001 From: B Stack Date: Sun, 16 Jun 2019 19:08:29 -0400 Subject: 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. --- irfanview/irfanview-common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'irfanview/irfanview-common') 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 -- cgit