comparison desktop/libwnck2/libwnck2.sh @ 549:bad483aace64

vanilla: use prefix= instead
author David Demelier <markand@malikania.fr>
date Sun, 23 Jun 2019 15:13:10 +0200
parents 824fb5352478
children 25cecc6dca48
comparison
equal deleted inserted replaced
548:b1d040632d36 549:bad483aace64
42 CC="$CC" \ 42 CC="$CC" \
43 CFLAGS="$CFLAGS" \ 43 CFLAGS="$CFLAGS" \
44 LDFLAGS="$LDFLAGS" \ 44 LDFLAGS="$LDFLAGS" \
45 LIBS="$LIBS" \ 45 LIBS="$LIBS" \
46 ./configure \ 46 ./configure \
47 --prefix=/ \ 47 --prefix= \
48 --disable-static \ 48 --disable-static \
49 --enable-shared \ 49 --enable-shared \
50 --localedir=/share/locale 50 --localedir=/share/locale
51 make 51 make
52 make install DESTDIR=$DESTDIR itlocaledir=/share/locale 52 make install DESTDIR=$DESTDIR itlocaledir=/share/locale