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
Łukasz Nowak
slapos
Commits
4bd769a5
Commit
4bd769a5
authored
May 13, 2024
by
Thomas Gambier
🚴🏼
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
component/bzip2: set correct permissions on the shared library
parent
2f0628ed
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
component/bzip2/buildout.cfg
component/bzip2/buildout.cfg
+1
-1
component/bzip2/bzip2-hooks.py
component/bzip2/bzip2-hooks.py
+1
-0
No files found.
component/bzip2/buildout.cfg
View file @
4bd769a5
...
...
@@ -11,4 +11,4 @@ configure-command = true
make-options =
PREFIX=@@LOCATION@@
CFLAGS="-fpic -fPIC -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64"
post-make-hook = ${:_profile_base_location_}/bzip2-hooks.py#
785148a77f1a8456d914aa02ddf9d410
:post_make_hook
post-make-hook = ${:_profile_base_location_}/bzip2-hooks.py#
a02da93bc8ff337a1d590f265e220528
:post_make_hook
component/bzip2/bzip2-hooks.py
View file @
4bd769a5
...
...
@@ -13,6 +13,7 @@ def post_make_hook(options, buildout):
os
.
unlink
(
f
)
shutil
.
copyfile
(
os
.
path
.
join
(
os
.
curdir
,
original
),
os
.
path
.
join
(
destination
,
original
))
os
.
chmod
(
os
.
path
.
join
(
destination
,
original
),
0o555
)
for
link
in
link_list
:
os
.
symlink
(
original
,
os
.
path
.
join
(
destination
,
...
...
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