Skip to content
Snippets Groups Projects
Commit 034c418f authored by Ivica Bukvic's avatar Ivica Bukvic
Browse files

improved installer with flext implementation

parent e2027275
No related branches found
No related tags found
No related merge requests found
...@@ -221,7 +221,6 @@ then ...@@ -221,7 +221,6 @@ then
else else
cd Gem/ cd Gem/
fi fi
#git pull
cd ../packages/linux_make cd ../packages/linux_make
if [ $full -gt 1 -o $deb -eq 2 ] if [ $full -gt 1 -o $deb -eq 2 ]
then then
...@@ -232,9 +231,11 @@ then ...@@ -232,9 +231,11 @@ then
then then
echo "installing desktop version..." echo "installing desktop version..."
cp -f debian/control.desktop debian/control 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
else else
echo "installing raspbian version..." echo "installing raspbian version..."
cp -f debian/control.raspbian debian/control cp -f debian/control.raspbian debian/control
cp -f ../../l2ork_addons/flext/config-lnx-pd-gcc.txt.rpi ../../externals/grill/trunk/flext/buildsys/config-lnx-pd-gcc.txt
cat ../../externals/OSCx/src/Makefile | sed -e s/-lpd//g > ../../externals/OSCx/src/Makefile cat ../../externals/OSCx/src/Makefile | sed -e s/-lpd//g > ../../externals/OSCx/src/Makefile
fi fi
make install prefix=$inst_dir make install prefix=$inst_dir
......
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