Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
lib32
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
3
Merge Requests
3
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chakra
Packages
lib32
Commits
59f8faa4
Commit
59f8faa4
authored
Jul 15, 2019
by
Jeff Huang
🤔
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[skip-ci] lib32-bzip2: Bring back so.1 symlink for cross-distro compatibility
parent
1eb352f1
Pipeline
#3815
skipped
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lib32-bzip2/PKGBUILD
lib32-bzip2/PKGBUILD
+2
-1
No files found.
lib32-bzip2/PKGBUILD
View file @
59f8faa4
_pkgbasename
=
bzip2
pkgname
=
lib32-bzip2
pkgver
=
1.0.8
pkgrel
=
1
pkgrel
=
2
pkgdesc
=
"A high-quality data compression program (32-bit)"
arch
=(
'x86_64'
)
license
=(
'custom'
)
...
...
@@ -26,6 +26,7 @@ package(){
install
-dm755
"
$pkgdir
"
/usr/lib32
cp
-a
libbz2.so
*
"
$pkgdir
"
/usr/lib32
ln
-s
libbz2.so.
$pkgver
"
$pkgdir
"
/usr/lib32/libbz2.so
ln
-s
libbz2.so.
$pkgver
"
$pkgdir
"
/usr/lib32/libbz2.so.1
# For compatibility with some other distros
install
-Dm644
libbz2.a
"
$pkgdir
"
/usr/lib32/libbz2.a
...
...
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