We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f75623 commit 2705298Copy full SHA for 2705298
bin/ruby-build
@@ -82,6 +82,7 @@ make_package() {
82
shift
83
84
pushd "$package_name" >&4
85
+ before_install_package "$package_name"
86
build_package "$package_name" $*
87
after_install_package "$package_name"
88
fix_directory_permissions
@@ -206,6 +207,10 @@ build_package_copy() {
206
207
cp -R . "$PREFIX_PATH"
208
}
209
210
+before_install_package() {
211
+ local stub=1
212
+}
213
+
214
after_install_package() {
215
local stub=1
216
0 commit comments