Compile and install stty command
This commit is contained in:
@@ -17,6 +17,9 @@ prepare() {
|
||||
# The build function is executed in the source directory
|
||||
# This function is used to compile the source code
|
||||
build() {
|
||||
# Apply patch to add stty to makefile
|
||||
patch GNUmakefile < "$BPM_WORKDIR"/add_stty_to_makefile.patch
|
||||
|
||||
make PREFIX=/usr MANDIR=/share/man/man1 PROFILE=release SKIP_UTILS="$SKIPPED_UTILS"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user