comparison xfce/parole/parole.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 6710613b88b9
children 337f950c30f5
comparison
equal deleted inserted replaced
1217:27d1a83dc8d6 1218:57dc83a39b13
94 LDFLAGS="$LDFLAGS" \ 94 LDFLAGS="$LDFLAGS" \
95 LIBS="$LIBS" \ 95 LIBS="$LIBS" \
96 ./configure \ 96 ./configure \
97 --build=$CBUILD \ 97 --build=$CBUILD \
98 --host=$CHOST \ 98 --host=$CHOST \
99 --prefix= \ 99 --prefix=/usr \
100 --disable-debug \ 100 --disable-debug \
101 --datadir=/share \ 101 --datadir=/share \
102 --localedir=/share/local \ 102 --localedir=/share/local \
103 $with_mpris \ 103 $with_mpris \
104 $with_nls \ 104 $with_nls \