comparison audio/faac/faac.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
42 LDFLAGS="$LDFLAGS" \ 42 LDFLAGS="$LDFLAGS" \
43 LIBS="$LIBS" \ 43 LIBS="$LIBS" \
44 ./configure \ 44 ./configure \
45 --build=$CBUILD \ 45 --build=$CBUILD \
46 --host=$CHOST \ 46 --host=$CHOST \
47 --prefix= \ 47 --prefix=/usr \
48 --enable-shared 48 --enable-shared
49 make 49 make
50 make install DESTDIR=$DESTDIR 50 make install DESTDIR=$DESTDIR
51 find $DESTDIR -type f -name "*.la" -delete 51 find $DESTDIR -type f -name "*.la" -delete
52 52