mirror of
https://codeberg.org/kiss-community/repo
synced 2025-01-26 09:35:01 -07:00
alsa-utils: Fix sbin dir
This commit is contained in:
parent
96b65b07a3
commit
34f29d7fb2
@ -1,10 +1,11 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--sbindir=/usr/bin \
|
||||
--disable-alsaconf \
|
||||
--disable-bat \
|
||||
--disable-xmlto \
|
||||
--prefix=/usr
|
||||
--disable-xmlto
|
||||
|
||||
make
|
||||
make DESTDIR="$1" install
|
||||
|
@ -1 +1 @@
|
||||
1.2.1 1
|
||||
1.2.1 2
|
||||
|
Loading…
Reference in New Issue
Block a user