diff options
| -rwxr-xr-x | .fmsbw/10-freebsd14-msys-sciteco | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.fmsbw/10-freebsd14-msys-sciteco b/.fmsbw/10-freebsd14-msys-sciteco index f3deeef..8efd417 100755 --- a/.fmsbw/10-freebsd14-msys-sciteco +++ b/.fmsbw/10-freebsd14-msys-sciteco @@ -35,7 +35,7 @@ cp ico/sciteco-48.png /opt/htdocs/graphics # FIXME: This should be a separate job but currently we need the # boostrapping with the FreeBSD version of SciTECO. -# We can run with bootstrapping using --with-wine=wine64, +# We can run with bootstrapping using --with-launcher=wine64.bin, # but it doesn't even generate all files correctly. # The test suite also doesn't fully work under Wine yet. # Activate MSYS environment @@ -61,7 +61,7 @@ export LDFLAGS="-flto=thin -stdlib=libc++" # We cannot run Windows binaries automatically through Wine, # so we must still force cross-compilation with --host. -# There is a --with-launcher=wine64, but SciTECO is currently +# There is a --with-launcher=wine64.bin, but SciTECO is currently # simply broken under Wine. #autoreconf -i @@ -153,7 +153,7 @@ mkdir -p share/icons/Adwaita # We could also try to include a pure scalable icon theme. #cp -r /mingw64/share/icons/Adwaita/{scalable*,index.theme} share/icons/Adwaita/ cp -r /mingw64/share/icons/Adwaita/* share/icons/Adwaita/ -wine64 /mingw64/bin/gtk-update-icon-cache-3.0.exe share/icons/Adwaita/ +wine64.bin /mingw64/bin/gtk-update-icon-cache-3.0.exe share/icons/Adwaita/ # FIXME: It's possible to change the location of loaders.cache via $GDK_PIXBUF_MODULE_FILE. # If we did that, we could avoid "reusing" the lib/ directory. # This is important when somebody changes $SCITECOPATH. |
