comparison lib/icu/icu.sh @ 817:0e6c54d47dfb

vanilla: fix many FHS issues While here, remove libtool files in a generic manner to avoid stale files.
author David Demelier <markand@malikania.fr>
date Wed, 21 Aug 2019 09:04:13 +0200
parents 25cecc6dca48
children ddab65a5b3f5
comparison
equal deleted inserted replaced
816:be3a5b2d9a09 817:0e6c54d47dfb
44 LDFLAGS="$LDFLAGS" \ 44 LDFLAGS="$LDFLAGS" \
45 LIBS="$LIBS" \ 45 LIBS="$LIBS" \
46 ./configure \ 46 ./configure \
47 --build=$CBUILD \ 47 --build=$CBUILD \
48 --host=$CHOST \ 48 --host=$CHOST \
49 --prefix= 49 --prefix= \
50 --sbindir=/bin \
50 make 51 make
51 make install DESTDIR=$DESTDIR 52 make install DESTDIR=$DESTDIR
52 53
53 cd .. 54 cd ../..
54 rm -rf $PKGNAME 55 rm -rf $PKGNAME
55 } 56 }