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:
parent
408664c5c2
commit
28dcc05f80
1 changed files with 2 additions and 2 deletions
|
@ -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() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue