comparison xfce/libxfce4ui/libxfce4ui.sh @ 542:ca639101cecc

xfce: use new FHS
author David Demelier <markand@malikania.fr>
date Wed, 10 Apr 2019 20:31:00 +0200
parents 95095aa8fe3d
children bad483aace64
comparison
equal deleted inserted replaced
541:cacbd9d3d3a8 542:ca639101cecc
47 LDFLAGS="$LDFLAGS" \ 47 LDFLAGS="$LDFLAGS" \
48 LIBS="$LIBS" \ 48 LIBS="$LIBS" \
49 ./configure \ 49 ./configure \
50 --build=$CBUILD \ 50 --build=$CBUILD \
51 --host=$CHOST \ 51 --host=$CHOST \
52 --prefix=/usr \ 52 --prefix=/ \
53 --localedir=/usr/share/locale \ 53 --localedir=/share/locale \
54 --with-locales-dir=/usr/share/locale 54 --with-locales-dir=/share/locale
55 make 55 make
56 make install DESTDIR=$DESTDIR itlocaledir=/usr/share/locale 56 make install DESTDIR=$DESTDIR itlocaledir=/share/locale
57 rm -f $DESTDIR/usr/lib/libxfce4kbd-private-2.la 57 rm -f $DESTDIR/lib/libxfce4kbd-private-2.la
58 rm -f $DESTDIR/usr/lib/libxfce4kbd-private-3.la 58 rm -f $DESTDIR/lib/libxfce4kbd-private-3.la
59 rm -f $DESTDIR/usr/lib/libxfce4ui-1.la 59 rm -f $DESTDIR/lib/libxfce4ui-1.la
60 rm -f $DESTDIR/usr/lib/libxfce4ui-2.la 60 rm -f $DESTDIR/lib/libxfce4ui-2.la
61 61
62 popd 62 popd
63 rm -rf $PKGNAME-$PKGVERSION 63 rm -rf $PKGNAME-$PKGVERSION
64 } 64 }