comparison desktop/libwnck2/libwnck2.sh @ 519:824fb5352478

desktop: use new FHS
author David Demelier <markand@malikania.fr>
date Tue, 09 Apr 2019 19:45:38 +0200
parents 95095aa8fe3d
children bad483aace64
comparison
equal deleted inserted replaced
518:924f166e82d7 519:824fb5352478
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=/usr \ 47 --prefix=/ \
48 --disable-static \ 48 --disable-static \
49 --enable-shared \ 49 --enable-shared \
50 --localedir=/usr/share/locale 50 --localedir=/share/locale
51 make 51 make
52 make install DESTDIR=$DESTDIR itlocaledir=/usr/share/locale 52 make install DESTDIR=$DESTDIR itlocaledir=/share/locale
53 rm -f $DESTDIR/usr/lib/libwnck-1.la 53 rm -f $DESTDIR/lib/libwnck-1.la
54 54
55 popd 55 popd
56 rm -rf libwnck-$PKGVERSION 56 rm -rf libwnck-$PKGVERSION
57 } 57 }