comparison xfce/xfce4-power-manager/xfce4-power-manager.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
75 LDFLAGS="$LDFLAGS" \ 75 LDFLAGS="$LDFLAGS" \
76 LIBS="$LIBS" \ 76 LIBS="$LIBS" \
77 ./configure \ 77 ./configure \
78 --build=$CBUILD \ 78 --build=$CBUILD \
79 --host=$CHOST \ 79 --host=$CHOST \
80 --prefix= \ 80 --prefix=/usr \
81 --sbindir=/bin \ 81 --sbindir=/bin \
82 --localedir=/share/locale \ 82 --localedir=/share/locale \
83 --with-locales-dir=/share/locale \ 83 --with-locales-dir=/share/locale \
84 $with_nls \ 84 $with_nls \
85 $with_polkit \ 85 $with_polkit \