Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37704725
en ru br
ALT Linux repositórios
S:2.2.6-alt2
5.0: 0.9.24-alt3.4
4.1: 0.9.24-alt3
4.0: 0.9.24-alt0.M40.2.3.1
+backports:0.9.24-alt2.3

Group :: Desenvolvimento/Outros
RPM: lazarus

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: lazarus-0.9.22-alt-relax-onwine.patch
Download


--- 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
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009