comparison databases/gdbm/gdbm.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
46 --host=$CHOST \ 46 --host=$CHOST \
47 --prefix= \ 47 --prefix= \
48 --enable-libgdbm-compat 48 --enable-libgdbm-compat
49 make 49 make
50 make install DESTDIR=$DESTDIR 50 make install DESTDIR=$DESTDIR
51 rm -f $DESTDIR/lib/libgdbm.la 51 find $DESTDIR -type f -name "*.la" -delete
52 52
53 cd .. 53 cd ..
54 rm -rf $PKGNAME-$PKGVERSION 54 rm -rf $PKGNAME-$PKGVERSION
55 } 55 }