Update package version to 0.8.0
This commit is contained in:
@@ -4,15 +4,6 @@
|
||||
|
||||
SKIPPED_UTILS="hostname kill more uptime runcon chcon"
|
||||
|
||||
# The prepare function is executed in the root of the temp directory
|
||||
# This function is used for putting downloaded files to the correct location or applying patches
|
||||
prepare() {
|
||||
# Apply patches
|
||||
cd "$BPM_SOURCE"
|
||||
# Add stty to makefile
|
||||
patch GNUmakefile < "$BPM_WORKDIR"/add_stty_to_makefile.patch
|
||||
}
|
||||
|
||||
# The build function is executed in the source directory
|
||||
# This function is used to compile the source code
|
||||
build() {
|
||||
|
||||
Reference in New Issue
Block a user