ports: Update some ports to new syntax

This commit is contained in:
2025-06-28 20:47:12 +03:00
parent 505388b9fa
commit c94243e107
9 changed files with 23 additions and 30 deletions

View File

@@ -16,9 +16,7 @@ CONFIGURE_OPTIONS=(
'--without-cxx-binding'
)
install() {
make install "DESTDIR=$BANAN_SYSROOT" || exit 1
post_install() {
shellrc="$BANAN_SYSROOT/home/user/.shellrc"
grep -q 'export NCURSES_NO_UTF8_ACS=' "$shellrc" || echo 'export NCURSES_NO_UTF8_ACS=1' >> "$shellrc"
}