Skip to content
Snippets Groups Projects
Commit 18d9ff82 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

fixme

parent 98ea806c
No related branches found
No related tags found
No related merge requests found
Pipeline #1129 passed with stages
in 9 minutes and 14 seconds
...@@ -23,14 +23,14 @@ sudo -u vagrant env DISPLAY=:0.0; cd /home/vagrant/.wine/drive_c; winetricks cor ...@@ -23,14 +23,14 @@ sudo -u vagrant env DISPLAY=:0.0; cd /home/vagrant/.wine/drive_c; winetricks cor
# Install command # Install command
echo """#!/bin/bash echo """#!/bin/bash
rm -rf ~/.wine/drive_c/vagrant || true rm -rf \$USER/.wine/drive_c/\$USER || true
mkdir ~/.wine/drive_c/vagrant mkdir \$USER/.wine/drive_c/\$USER
cp -rf /vagrant/* ~/.wine/drive_c/vagrant/ cp -rf /\$USER/* \$USER/.wine/drive_c/\$USER/
env DISPLAY=:0.0 env DISPLAY=:0.0
cd ~/.wine/drive_c/vagrant cd \$USER/.wine/drive_c/\$USER
wine "C:\Program Files\Tibbo\TIDE\Bin\tmake.exe" $1 -b "C:\Program Files\Tibbo\TIDE\Bin" -p "C:\Program Files\Tibbo\TIDE\Platforms" wine "C:\Program Files\Tibbo\TIDE\Bin\tmake.exe" $1 -b "C:\Program Files\Tibbo\TIDE\Bin" -p "C:\Program Files\Tibbo\TIDE\Platforms"
cp -f /.wine/drive_c/vagrant/*.tpc /vagrant cp -f /.wine/drive_c/\$USER/*.tpc /\$USER
rm -rf ~/.wine/drive_c/vagrant || true rm -rf \$USER/.wine/drive_c/\$USER || true
""" > /usr/sbin/tibbo_build """ > /usr/sbin/tibbo_build
chmod ugo+rx /usr/sbin/tibbo_build chmod ugo+rx /usr/sbin/tibbo_build
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment