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
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container 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
Devesh Prasad
purr-data
Commits
c1c71a88
Commit
c1c71a88
authored
7 years ago
by
Albert Gräf
Browse files
Options
Downloads
Patches
Plain Diff
Installer bugfixes, remove misleading debug message.
parent
52f9741c
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
+12
-9
12 additions, 9 deletions
l2ork_addons/tar_em_up.sh
with
12 additions
and
9 deletions
l2ork_addons/tar_em_up.sh
+
12
−
9
View file @
c1c71a88
...
@@ -110,7 +110,7 @@ fi
...
@@ -110,7 +110,7 @@ fi
# Fetch the nw.js binary if we haven't already. We want to fetch it even
# Fetch the nw.js binary if we haven't already. We want to fetch it even
# for building with no libs, so we do it regardless of the options
# for building with no libs, so we do it regardless of the options
echo
nwjs-sdk-v0.16.0-
`
uname
|
tr
'[:upper:]'
'[:lower:]'
`
#
echo nwjs-sdk-v0.16.0-`uname | tr '[:upper:]' '[:lower:]'`
if
[
!
-d
"../pd/nw/nw"
]
;
then
if
[
!
-d
"../pd/nw/nw"
]
;
then
if
[
`
getconf LONG_BIT
`
-eq
32
]
;
then
if
[
`
getconf LONG_BIT
`
-eq
32
]
;
then
arch
=
"ia32"
arch
=
"ia32"
...
@@ -245,17 +245,20 @@ then
...
@@ -245,17 +245,20 @@ then
fi
fi
if
[
$full
-gt
1
-o
$deb
-eq
2
-o
$inno
-eq
2
-o
$dmg
-eq
2
]
if
[
$full
-gt
1
-o
$deb
-eq
2
-o
$inno
-eq
2
-o
$dmg
-eq
2
]
then
then
test
$clean
-ne
0
&&
make distclean
||
true
# this may fail on 1st attempt
test
$clean
-ne
0
&&
make distclean
||
true
# Run `make git_version` *now* so that we already have
# s_stuff.h when we copy it below. XXXNOTE AG: The build seems
# to work just fine even when skipping all this, so why again
# is this needed?
make
-C
.. git_version
cp
../../pd/src/g_all_guis.h ../../externals/build/include
cp
../../pd/src/g_all_guis.h ../../externals/build/include
cp
../../pd/src/g_canvas.h ../../externals/build/include
cp
../../pd/src/g_canvas.h ../../externals/build/include
cp
../../pd/src/m_imp.h ../../externals/build/include
cp
../../pd/src/m_imp.h ../../externals/build/include
cp
../../pd/src/m_pd.h ../../externals/build/include
cp
../../pd/src/m_pd.h ../../externals/build/include
# ag: s_stuff.h may not exist at this point yet (will be
cp
../../pd/src/s_stuff.h ../../externals/build/include
# generated later), is this really needed here?
cp
../../pd/src/g_all_guis.h ../../externals/build/include
test
-f
../../pd/src/s_stuff.h
&&
cp
../../pd/src/s_stuff.h ../../externals/build/include
cp
../../pd/src/g_all_guis.h ../../externals/build/include
rm
-rf
build/
fi
fi
rm
-rf
build/
if
[
$rpi
-eq
0
]
if
[
$rpi
-eq
0
]
then
then
echo
"installing desktop version..."
echo
"installing desktop version..."
...
@@ -276,11 +279,11 @@ then
...
@@ -276,11 +279,11 @@ then
echo
`
pwd
`
echo
`
pwd
`
make
install
&&
make package
make
install
&&
make package
else
else
# create images folder
mkdir
-p
../../packages/linux_make/build
$inst_dir
/lib/pd-l2ork/extra/images
make
install
prefix
=
$inst_dir
make
install
prefix
=
$inst_dir
fi
fi
echo
"copying pd-l2ork-specific externals..."
echo
"copying pd-l2ork-specific externals..."
# create images folder
mkdir
-p
../../packages/linux_make/build
$inst_dir
/lib/pd-l2ork/extra/images
# patch_name
# patch_name
# spectdelay
# spectdelay
if
[[
$os
==
"win"
]]
;
then
if
[[
$os
==
"win"
]]
;
then
...
...
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