comparison mate/libmatemixer/libmatemixer.sh @ 1218:57dc83a39b13

misc: switch back to standard FHS
author David Demelier <markand@malikania.fr>
date Thu, 30 Sep 2021 08:58:34 +0200
parents 27d1a83dc8d6
children 337f950c30f5
comparison
equal deleted inserted replaced
1217:27d1a83dc8d6 1218:57dc83a39b13
55 LDFLAGS="$LDFLAGS" \ 55 LDFLAGS="$LDFLAGS" \
56 LIBS="$LIBS" \ 56 LIBS="$LIBS" \
57 ./configure \ 57 ./configure \
58 --build=$CBUILD \ 58 --build=$CBUILD \
59 --host=$CHOST \ 59 --host=$CHOST \
60 --prefix= \ 60 --prefix=/usr \
61 --enable-shared \ 61 --enable-shared \
62 $with_alsa \ 62 $with_alsa \
63 $with_pulseaudio 63 $with_pulseaudio
64 make 64 make
65 make install DESTDIR=$DESTDIR 65 make install DESTDIR=$DESTDIR