Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
ruby-build
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
ruby-build
Commits
27052985
Commit
27052985
authored
Dec 01, 2011
by
Sam Stephenson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add a before_install_package hook for e.g. patching the source tree
parent
8f756234
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
bin/ruby-build
+5
-0
No files found.
bin/ruby-build
View file @
27052985
...
...
@@ -82,6 +82,7 @@ make_package() {
shift
pushd
"
$package_name
"
>
&4
before_install_package
"
$package_name
"
build_package
"
$package_name
"
$*
after_install_package
"
$package_name
"
fix_directory_permissions
...
...
@@ -206,6 +207,10 @@ build_package_copy() {
cp
-R
.
"
$PREFIX_PATH
"
}
before_install_package
()
{
local
stub
=
1
}
after_install_package
()
{
local
stub
=
1
}
...
...
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