Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
6
66
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
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
Eric Vidal
66
Commits
8b24f150
Commit
8b24f150
authored
4 years ago
by
Eric Vidal
Browse files
Options
Downloads
Patches
Plain Diff
fix SS_SCRIPT_SYSDIR value at compile time
parent
5de82493
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
configure
+2
-2
2 additions, 2 deletions
configure
with
2 additions
and
2 deletions
configure
+
2
−
2
View file @
8b24f150
...
...
@@ -317,14 +317,14 @@ fi
stripdir prefix
for
i
in
exec_prefix dynlibdir libexecdir bindir libdir includedir sysconfdir
\
datarootdir mandir shebangdir livedir skel system_dir system_log
\
service_system module_system script_
module
service_adm module_adm service_admconf sproot sysdeps
;
do
service_system module_system script_
system
service_adm module_adm service_admconf sproot sysdeps
;
do
eval
tmp
=
\$
{
$i
}
eval
$i
=
$tmp
stripdir
$i
done
stripdir datarootdir
for
i
in
service_system module_system script_
module
mandir
;
do
for
i
in
service_system module_system script_
system
mandir
;
do
eval
tmp
=
\$
{
$i
}
eval
$i
=
$tmp
stripdir
$i
...
...
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