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
3ef607a4
Commit
3ef607a4
authored
5 years ago
by
Eric Vidal
Browse files
Options
Downloads
Patches
Plain Diff
fix it
parent
feb6f3be
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
+5
-4
5 additions, 4 deletions
configure
with
5 additions
and
4 deletions
configure
+
5
−
4
View file @
3ef607a4
...
...
@@ -163,10 +163,10 @@ system_dir='$prefix/lib/66'
user_dir
=
'.66'
system_log
=
'/var/log/66'
user_log
=
'.66/log'
service_packager
=
'
$datadir/service
'
service_sys
=
'
$datadir/sysadmin/service
'
service_packager
=
"
$datadir
/service
"
service_sys
=
"
$datadir
/sysadmin/service
"
service_user
=
'.66/service'
service_sysconf
=
'
$datadir/conf
'
service_sysconf
=
"
$datadir
/conf
"
service_userconf
=
'.66/conf'
sysdeps
=
'$prefix/lib/skalibs/sysdeps'
manualsysdeps
=
false
...
...
@@ -254,6 +254,7 @@ if test -z "$prefix" ; then
fi
fi
# Expand installation directories
stripdir prefix
for
i
in
exec_prefix dynlibdir libexecdir bindir libdir includedir datadir shebangdir sproot sysdeps system_dir
;
do
...
...
@@ -503,7 +504,7 @@ echo "creating src/include/${package}/config.h..."
mkdir
-p
-m
0755 src/include/
${
package
}
exec
3>&1 1> src/include/
${
package
}
/config.h
cat
<<
EOF
/* Copyright (c) 2018 Eric Vidal <eric@obarun.org>
/* Copyright (c) 2018
-2019
Eric Vidal <eric@obarun.org>
All rights reserved.*/
/* ISC license. */
...
...
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