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