comparison xfce/xfce4-panel/xfce4-panel.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
74 LDFLAGS="$LDFLAGS" \ 74 LDFLAGS="$LDFLAGS" \
75 LIBS="$LIBS" \ 75 LIBS="$LIBS" \
76 ./configure \ 76 ./configure \
77 --build=$CBUILD \ 77 --build=$CBUILD \
78 --host=$CHOST \ 78 --host=$CHOST \
79 --prefix= \ 79 --prefix=/usr \
80 --disable-gtk2 \ 80 --disable-gtk2 \
81 --localedir=/share/locale \ 81 --localedir=/share/locale \
82 --with-locales-dir=/share/locale \ 82 --with-locales-dir=/share/locale \
83 $with_introspection \ 83 $with_introspection \
84 $with_nls \ 84 $with_nls \