comparison x11/libfs/libfs.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 27d1a83dc8d6
children 4ccc42bf0284
comparison
equal deleted inserted replaced
1217:27d1a83dc8d6 1218:57dc83a39b13
34 34
35 CC="$CC" \ 35 CC="$CC" \
36 CFLAGS="$CFLAGS" \ 36 CFLAGS="$CFLAGS" \
37 LDFLAGS="$LDFLAGS" \ 37 LDFLAGS="$LDFLAGS" \
38 LIBS="$LIBS" \ 38 LIBS="$LIBS" \
39 ./configure --prefix= --enable-shared 39 ./configure --prefix=/usr --enable-shared
40 make 40 make
41 make install DESTDIR=$DESTDIR 41 make install DESTDIR=$DESTDIR
42 find $DESTDIR -type f -name "*.la" -delete 42 find $DESTDIR -type f -name "*.la" -delete
43 43
44 cd .. 44 cd ..