comparison xfce/xfce4-appfinder/xfce4-appfinder.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
53 LDFLAGS="$LDFLAGS" \ 53 LDFLAGS="$LDFLAGS" \
54 LIBS="$LIBS" \ 54 LIBS="$LIBS" \
55 ./configure \ 55 ./configure \
56 --build=$CBUILD \ 56 --build=$CBUILD \
57 --host=$CHOST \ 57 --host=$CHOST \
58 --prefix= \ 58 --prefix=/usr \
59 --localedir=/share/locale \ 59 --localedir=/share/locale \
60 --with-locales-dir=/share/locale \ 60 --with-locales-dir=/share/locale \
61 $with_nls 61 $with_nls
62 make 62 make
63 make install DESTDIR=$DESTDIR 63 make install DESTDIR=$DESTDIR