comparison xfce/xfce4-screensaver/xfce4-screensaver.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
82 LDFLAGS="$LDFLAGS" \ 82 LDFLAGS="$LDFLAGS" \
83 LIBS="$LIBS" \ 83 LIBS="$LIBS" \
84 ./configure \ 84 ./configure \
85 --build=$CBUILD \ 85 --build=$CBUILD \
86 --host=$CHOST \ 86 --host=$CHOST \
87 --prefix= \ 87 --prefix=/usr \
88 --localedir=/share/locale \ 88 --localedir=/share/locale \
89 --with-locales-dir=/share/locale \ 89 --with-locales-dir=/share/locale \
90 --without-systemd \ 90 --without-systemd \
91 $with_consolekit \ 91 $with_consolekit \
92 $with_nls \ 92 $with_nls \