1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-13 03:09:51 +03:00

community/river: please linter

This commit is contained in:
fossdd 2025-07-05 22:00:09 +02:00 committed by achill (fossdd)
parent 408664c5c2
commit 28dcc05f80

View file

@ -32,7 +32,7 @@ source="
# We may want other than "baseline" for other targets, when enabled by zig # We may want other than "baseline" for other targets, when enabled by zig
case "$CARCH" in case "$CARCH" in
aarch64|x86_64) cputarget=baseline ;; aarch64|x86_64) _cputarget=baseline ;;
esac esac
build() { build() {
@ -42,7 +42,7 @@ build() {
-Dpie \ -Dpie \
-Dxwayland \ -Dxwayland \
--prefix /usr install \ --prefix /usr install \
${cputarget:+-Dcpu="$cputarget"} ${_cputarget:+-Dcpu="$_cputarget"}
} }
check() { check() {