Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37518765
en ru br
Репозитории ALT
S:2.2.6-alt2
5.1: 0.9.28-alt5
4.1: 0.9.24-alt3
4.0: 0.9.24-alt0.M40.2.3.1
+backports:0.9.24-alt2.3
www.altlinux.org/Changes

Группа :: Разработка/Прочее
Пакет: lazarus

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: lazarus-0.9.22-alt-relax-onwine.patch
Скачать


--- 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
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin