Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
chromebrew
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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
chromebrew
Commits
bd28e43f
Commit
bd28e43f
authored
7 years ago
by
Kazushi (Jam) Marukawa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed bz2 install problem.
parent
c39f60b0
nexedi
master
re6stnet-archive
revert-1030-add-vpnc-package
revert-1177-update-screenfetch
revert-936-update-emacs-package
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
packages/bz2.rb
packages/bz2.rb
+1
-0
No files found.
packages/bz2.rb
View file @
bd28e43f
...
...
@@ -34,6 +34,7 @@ class Bz2 < Package
system
"ln"
,
"-sf"
,
"bzip2"
,
"
#{
CREW_DEST_DIR
}
/usr/local/bin/bzcat"
# Install shared library by hand
system
"mkdir"
,
"-p"
,
"
#{
CREW_DEST_DIR
}#{
CREW_LIB_PREFIX
}
"
system
"cp"
,
"-p"
,
"libbz2.so.1.0.6"
,
"
#{
CREW_DEST_DIR
}#{
CREW_LIB_PREFIX
}
"
system
"ln"
,
"-s"
,
"libbz2.so.1.0.6"
,
"
#{
CREW_DEST_DIR
}#{
CREW_LIB_PREFIX
}
/libbz2.so.1.0"
...
...
This diff is collapsed.
Click to expand it.
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