Skip to content
Snippets Groups Projects
Commit b2e1ddbe authored by Albert Gräf's avatar Albert Gräf Committed by Albert Gräf
Browse files

Mac compatibility

parent 7dc30f09
No related branches found
No related tags found
1 merge request!172Build system fixes
...@@ -290,8 +290,8 @@ then ...@@ -290,8 +290,8 @@ then
if [ $rpi -eq 0 ] if [ $rpi -eq 0 ]
then then
echo "installing desktop version..." echo "installing desktop version..."
cp -f debian/control.desktop debian/control test -f debian/control.desktop && cp -f debian/control.desktop debian/control
cp -f ../../l2ork_addons/flext/config-lnx-pd-gcc.txt.intel ../../externals/grill/trunk/flext/buildsys/config-lnx-pd-gcc.txt test -f ../../l2ork_addons/flext/config-lnx-pd-gcc.txt.intel && cp -f ../../l2ork_addons/flext/config-lnx-pd-gcc.txt.intel ../../externals/grill/trunk/flext/buildsys/config-lnx-pd-gcc.txt
else else
echo "installing raspbian version..." echo "installing raspbian version..."
cp -f debian/control.raspbian debian/control cp -f debian/control.raspbian debian/control
......
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