comparison desktop/libwnck2/libwnck2.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
40 CC="$CC" \ 40 CC="$CC" \
41 CFLAGS="$CFLAGS" \ 41 CFLAGS="$CFLAGS" \
42 LDFLAGS="$LDFLAGS" \ 42 LDFLAGS="$LDFLAGS" \
43 LIBS="$LIBS" \ 43 LIBS="$LIBS" \
44 ./configure \ 44 ./configure \
45 --prefix= \ 45 --prefix=/usr \
46 --enable-shared \ 46 --enable-shared \
47 --localedir=/share/locale 47 --localedir=/share/locale
48 make 48 make
49 make install DESTDIR=$DESTDIR itlocaledir=/share/locale 49 make install DESTDIR=$DESTDIR itlocaledir=/share/locale
50 find $DESTDIR -type f -name "*.la" -delete 50 find $DESTDIR -type f -name "*.la" -delete