Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
purr-data
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
brittney allen
purr-data
Commits
71de95cd
Commit
71de95cd
authored
12 years ago
by
Ivica Ico Bukvic
Browse files
Options
Downloads
Patches
Plain Diff
hopefully final set of improvements to the l2ork installer
parent
9b230784
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
l2ork_addons/tar_em_up.sh
+3
-2
3 additions, 2 deletions
l2ork_addons/tar_em_up.sh
with
3 additions
and
2 deletions
l2ork_addons/tar_em_up.sh
+
3
−
2
View file @
71de95cd
...
...
@@ -90,6 +90,7 @@ then
echo
"Pd dev package..."
cd
doc/
svn checkout https://pure-data.svn.sourceforge.net/svnroot/pure-data/trunk/doc
.
cp
-f
../l2ork_addons/doc/Makefile
.
cd
..
cd
externals/miXed
make clean
...
...
@@ -116,7 +117,7 @@ fi
if
[
$full
-gt
0
-o
$deb
-gt
0
]
then
echo
"Pd full installer..."
echo
"Pd full installer...
IMPORTANT! When ran for the first time this step requires internet connection to pull sources from other repositories...
"
# check if Gem submodule is empty, and if so do first init
if
[
"
$(
ls
-A
Gem
)
"
]
;
then
...
...
@@ -158,6 +159,7 @@ then
# update docs
cd
doc/
svn checkout https://pure-data.svn.sourceforge.net/svnroot/pure-data/trunk/doc
.
cp
-f
../l2ork_addons/doc/Makefile
.
cd
..
if
[
$full
-eq
2
-o
$deb
-eq
2
]
...
...
@@ -219,7 +221,6 @@ then
if
[
$full
-gt
1
-o
$deb
-eq
2
]
then
make distclean
./runmebeforereinstalling.sh
rm
-rf
build/
fi
make
install
prefix
=
$inst_dir
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment