Add preinstall and patch functions to package.rb

This commit is contained in:
Ed Reel
2017-09-15 21:21:33 -05:00
parent d28658a5ea
commit 48e333631a

View File

@@ -69,6 +69,16 @@ class Package
@is_fake
end
# Function to perform pre-install operations prior to build from source.
def self.preinstall
end
# Function to perform patch operations prior to build from source.
def self.patch
end
# Function to perform build from source.
def self.build