Update package version to 0.8.0

This commit is contained in:
2026-04-20 12:19:24 +03:00
parent 39329ed293
commit 6903dd8f29
4 changed files with 2 additions and 151 deletions
-9
View File
@@ -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() {