comparison xfce/libxfce4util/libxfce4util.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
64 LDFLAGS="$LDFLAGS" \ 64 LDFLAGS="$LDFLAGS" \
65 LIBS="$LIBS" \ 65 LIBS="$LIBS" \
66 ./configure \ 66 ./configure \
67 --build=$CBUILD \ 67 --build=$CBUILD \
68 --host=$CHOST \ 68 --host=$CHOST \
69 --prefix= \ 69 --prefix=/usr \
70 --sbindir=/bin \ 70 --sbindir=/bin \
71 --localedir=/share/locale \ 71 --localedir=/share/locale \
72 --with-locales-dir=/share/locale \ 72 --with-locales-dir=/share/locale \
73 $with_introspection \ 73 $with_introspection \
74 $with_nls \ 74 $with_nls \