comparison desktop/libwnck2/libwnck2.sh @ 427:95095aa8fe3d

vanilla: fix locale directory
author David Demelier <markand@malikania.fr>
date Thu, 04 Apr 2019 14:49:17 +0200
parents e94f044cd4ee
children 824fb5352478
comparison
equal deleted inserted replaced
426:14f6453cca40 427:95095aa8fe3d
44 LDFLAGS="$LDFLAGS" \ 44 LDFLAGS="$LDFLAGS" \
45 LIBS="$LIBS" \ 45 LIBS="$LIBS" \
46 ./configure \ 46 ./configure \
47 --prefix=/usr \ 47 --prefix=/usr \
48 --disable-static \ 48 --disable-static \
49 --enable-shared 49 --enable-shared \
50 --localedir=/usr/share/locale
50 make 51 make
51 make install DESTDIR=$DESTDIR 52 make install DESTDIR=$DESTDIR itlocaledir=/usr/share/locale
52 rm -f $DESTDIR/usr/lib/libwnck-1.la 53 rm -f $DESTDIR/usr/lib/libwnck-1.la
53 54
54 popd 55 popd
55 rm -rf libwnck-$PKGVERSION 56 rm -rf libwnck-$PKGVERSION
56 } 57 }