Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Rishabh Gupta
purr-data
Commits
034c418f
Commit
034c418f
authored
Apr 08, 2013
by
Ivica Bukvic
Browse files
improved installer with flext implementation
parent
e2027275
Changes
1
Hide whitespace changes
Inline
Side-by-side
l2ork_addons/tar_em_up.sh
View file @
034c418f
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment