Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Ben Boeckel
ParaView
Commits
1c3bcaa8
Commit
1c3bcaa8
authored
Sep 26, 2003
by
Brad King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
BUG: ParaView executable is now lower case.
parent
433e7c30
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
ParaView/Utilities/Release/paraview_release.sh
ParaView/Utilities/Release/paraview_release.sh
+3
-3
No files found.
ParaView/Utilities/Release/paraview_release.sh
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
}
&&
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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