comparison misc/shared-mime-info/shared-mime-info.sh @ 532:341987b63363

misc: use new FHS
author David Demelier <markand@malikania.fr>
date Wed, 10 Apr 2019 20:14:00 +0200
parents 515778c3a417
children bad483aace64
comparison
equal deleted inserted replaced
531:16d26eee4b33 532:341987b63363
50 LDFLAGS="$LDFLAGS" \ 50 LDFLAGS="$LDFLAGS" \
51 LIBS="$LIBS" \ 51 LIBS="$LIBS" \
52 ./configure \ 52 ./configure \
53 --build=$CBUILD \ 53 --build=$CBUILD \
54 --host=$CHOST \ 54 --host=$CHOST \
55 --prefix=/usr \ 55 --prefix=/ \
56 $with_nls 56 $with_nls
57 make 57 make
58 make install pkgconfigdir=/usr/lib/pkgconfig DESTDIR=$DESTDIR 58 make install pkgconfigdir=/lib/pkgconfig DESTDIR=$DESTDIR
59 59
60 popd 60 popd
61 rm -rf $PKGNAME-$PKGVERSION 61 rm -rf $PKGNAME-$PKGVERSION
62 } 62 }