Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
ParaView
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
Joachim Pouderoux
ParaView
Commits
1c3bcaa8
Commit
1c3bcaa8
authored
21 years ago
by
Brad King
Browse files
Options
Downloads
Patches
Plain Diff
BUG: ParaView executable is now lower case.
parent
433e7c30
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ParaView/Utilities/Release/paraview_release.sh
+3
-3
3 additions, 3 deletions
ParaView/Utilities/Release/paraview_release.sh
with
3 additions
and
3 deletions
ParaView/Utilities/Release/paraview_release.sh
+
3
−
3
View file @
1c3bcaa8
...
...
@@ -527,7 +527,7 @@ install()
{
[
-z
"
${
DONE_install
}
"
]
||
return
0
;
DONE_install
=
"yes"
config
||
return
1
[
-f
"
${
PROJECT
}
-
${
VERSION
}
-
${
PLATFORM
}
/bin/
P
ara
V
iew"
]
||
build
||
return
1
[
-f
"
${
PROJECT
}
-
${
VERSION
}
-
${
PLATFORM
}
/bin/
p
ara
v
iew"
]
||
build
||
return
1
echo
"Running make install ..."
&&
(
rm
-rf
Install
&&
...
...
@@ -541,7 +541,7 @@ strip()
{
[
-z
"
${
DONE_strip
}
"
]
||
return
0
;
DONE_strip
=
"yes"
config
||
return
1
[
-f
"Install
${
PREFIX
}
/bin/
P
ara
V
iew"
]
||
install
||
return
1
[
-f
"Install
${
PREFIX
}
/bin/
p
ara
v
iew"
]
||
install
||
return
1
echo
"Stripping executables ..."
&&
(
strip Install
${
PREFIX
}
/bin/
*
...
...
@@ -553,7 +553,7 @@ manifest()
{
[
-z
"
${
DONE_manifest
}
"
]
||
return
0
;
DONE_manifest
=
"yes"
config
||
return
1
[
-f
"Install
${
PREFIX
}
/bin/
P
ara
V
iew"
]
||
install
||
return
1
[
-f
"Install
${
PREFIX
}
/bin/
p
ara
v
iew"
]
||
install
||
return
1
echo
"Writing MANIFEST ..."
&&
(
mkdir
-p
Install
${
PREFIX
}${
DOC_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