comparison xfce/xfce4-screenshooter/xfce4-screenshooter.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
58 LDFLAGS="$LDFLAGS" \ 58 LDFLAGS="$LDFLAGS" \
59 LIBS="$LIBS" \ 59 LIBS="$LIBS" \
60 ./configure \ 60 ./configure \
61 --build=$CBUILD \ 61 --build=$CBUILD \
62 --host=$CHOST \ 62 --host=$CHOST \
63 --prefix= \ 63 --prefix=/usr \
64 --disable-debug \ 64 --disable-debug \
65 --localedir=/share/locale \ 65 --localedir=/share/locale \
66 --with-locales-dir=/share/locale \ 66 --with-locales-dir=/share/locale \
67 $with_nls 67 $with_nls
68 make 68 make