comparison xfce/xfce4-dev-tools/xfce4-dev-tools.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
39 LDFLAGS="$LDFLAGS" \ 39 LDFLAGS="$LDFLAGS" \
40 LIBS="$LIBS" \ 40 LIBS="$LIBS" \
41 ./configure \ 41 ./configure \
42 --build=$CBUILD \ 42 --build=$CBUILD \
43 --host=$CHOST \ 43 --host=$CHOST \
44 --prefix= \ 44 --prefix=/usr \
45 --localedir=/share/locale \ 45 --localedir=/share/locale \
46 --with-locales-dir=/share/locale 46 --with-locales-dir=/share/locale
47 make 47 make
48 make install DESTDIR=$DESTDIR 48 make install DESTDIR=$DESTDIR
49 49