alsa-utils: Fix sbin dir

This commit is contained in:
Dylan Araps 2020-02-10 22:52:52 +02:00
parent 96b65b07a3
commit 34f29d7fb2
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
2 changed files with 4 additions and 3 deletions

View File

@ -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

View File

@ -1 +1 @@
1.2.1 1
1.2.1 2