Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Léo-Paul Géneau
slapos
Commits
d9b1d9dd
Commit
d9b1d9dd
authored
Jul 12, 2024
by
Jérome Perrin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
component/obs: use variable for perl version
parent
2907e9f6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
+12
-12
component/slapos/obs.cfg
component/slapos/obs.cfg
+12
-12
No files found.
component/slapos/obs.cfg
View file @
d9b1d9dd
...
...
@@ -44,23 +44,23 @@ configure-options +=
make-options +=
DESTDIR=${buildout:destdir}
environment +=
PERL5LIB=${perl:location}/lib/
5.38.0
/
PERL5LIB=${perl:location}/lib/
${perl:version}
/
[intltool]
environment +=
PERL5LIB=${perl:location}/lib/
5.38.0
/
PERL5LIB=${perl:location}/lib/
${perl:version}
/
[autoconf]
environment +=
PERL5LIB=${perl:location}/lib/
5.38.0
/
PERL5LIB=${perl:location}/lib/
${perl:version}
/
[automake]
environment +=
PERL5LIB=${perl:location}/lib/
5.38.0
/
PERL5LIB=${perl:location}/lib/
${perl:version}
/
[firewalld]
environment +=
PERL5LIB=${perl:location}/lib/
5.38.0
/
PERL5LIB=${perl:location}/lib/
${perl:version}
/
[dbus]
...
...
@@ -97,7 +97,7 @@ make-options +=
INSTALL_PREFIX=${buildout:destdir}
DESTDIR=${buildout:destdir}
environment +=
PERL5LIB=${perl:location}/lib/
5.38.0
/
PERL5LIB=${perl:location}/lib/
${perl:version}
/
[gobject-introspection]
pre-configure +=
...
...
@@ -105,7 +105,7 @@ pre-configure +=
configure-options +=
--enable-shared
environment +=
PERL5LIB=${perl:location}/lib/
5.38.0
/
PERL5LIB=${perl:location}/lib/
${perl:version}
/
post-install =
sed -i 's#!${python:location}/bin/python${python:version}#!/opt/slapos/parts/python${python:version}/bin/python${python:version}#' ${python:location}/bin/python${python:version}-config
...
...
@@ -121,14 +121,14 @@ environment +=
[perl-CPAN-package]
perl-PERL5LIB=${perl:location}/lib/
5.38.0
/
perl-PERL5LIB=${perl:location}/lib/
${perl:version}
/
pre-configure =
sed -i "s#'/opt/slapos/parts/perl#'${perl:location}#" ${perl:location}/lib/
5.38.0
/*-linux-thread-multi/Config.pm
sed -i "s#'/opt/slapos/parts/site_perl#'${buildout:destdir}/parts/site_perl#" ${perl:location}/lib/
5.38.0
/*-linux-thread-multi/Config.pm
sed -i "s#'/opt/slapos/parts/perl#'${perl:location}#" ${perl:location}/lib/
${perl:version}
/*-linux-thread-multi/Config.pm
sed -i "s#'/opt/slapos/parts/site_perl#'${buildout:destdir}/parts/site_perl#" ${perl:location}/lib/
${perl:version}
/*-linux-thread-multi/Config.pm
post-install =
sed -i "s#'${perl:location}#'/opt/slapos/parts/perl#" ${perl:location}/lib/
5.38.0
/*-linux-thread-multi/Config.pm
sed -i "s#'${buildout:destdir}/parts/site_perl#'/opt/slapos/parts/site_perl#" ${perl:location}/lib/
5.38.0
/*-linux-thread-multi/Config.pm
sed -i "s#'${perl:location}#'/opt/slapos/parts/perl#" ${perl:location}/lib/
${perl:version}
/*-linux-thread-multi/Config.pm
sed -i "s#'${buildout:destdir}/parts/site_perl#'/opt/slapos/parts/site_perl#" ${perl:location}/lib/
${perl:version}
/*-linux-thread-multi/Config.pm
[perl]
configure-command =
...
...
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