Commit 48e33363 authored by Ed Reel's avatar Ed Reel

Add preinstall and patch functions to package.rb

parent d28658a5
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment