ALT Linux Bugzilla
– Attachment 2243 Details for
Bug 13256
extra reqs
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
lazarus-0.9.22-alt-relax-onwine.patch
lazarus-0.9.22-alt-relax-onwine.patch (text/plain), 493 bytes, created by
Sergey Bolshakov
on 2007-10-30 19:36:13 MSK
(
hide
)
Description:
lazarus-0.9.22-alt-relax-onwine.patch
Filename:
MIME Type:
Creator:
Sergey Bolshakov
Created:
2007-10-30 19:36:13 MSK
Size:
493 bytes
patch
obsolete
>--- lazarus/tools/runwait.sh~ 2006-05-25 22:50:05 +0400 >+++ lazarus/tools/runwait.sh 2007-10-30 19:25:12 +0300 >@@ -7,10 +7,11 @@ echo $CommandLine > ext=${CommandLine#*.} > if [ "$ext" = "exe" ]; then > echo "Windows Executable detected. Attempting to use WINE..." >- if [ -x "`which wine`" ]; then >- wine $CommandLine >+ WINE=/usr/bin/wine >+ if [ -x "$WINE" ]; then >+ $WINE $CommandLine > else >- echo "WINE not found in path" >+ echo "$WINE not found" > fi > else > $CommandLine
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 13256
: 2243