comparison databases/db/db.sh @ 1218:57dc83a39b13

misc: switch back to standard FHS
author David Demelier <markand@malikania.fr>
date Thu, 30 Sep 2021 08:58:34 +0200
parents 6710613b88b9
children 4ccc42bf0284
comparison
equal deleted inserted replaced
1217:27d1a83dc8d6 1218:57dc83a39b13
36 cd build_unix 36 cd build_unix
37 CC="$CC" \ 37 CC="$CC" \
38 CFLAGS="$CFLAGS" \ 38 CFLAGS="$CFLAGS" \
39 LDFLAGS="$LDFLAGS" \ 39 LDFLAGS="$LDFLAGS" \
40 LIBS="$LIBS" \ 40 LIBS="$LIBS" \
41 ../dist/configure --prefix= 41 ../dist/configure --prefix=/usr
42 make 42 make
43 make install DESTDIR=$DESTDIR 43 make install DESTDIR=$DESTDIR
44 find $DESTDIR -type f -name "*.la" -delete 44 find $DESTDIR -type f -name "*.la" -delete
45 cd .. 45 cd ..
46 46