diff 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
line wrap: on
line diff
--- a/x11/libfs/libfs.sh	Thu Sep 30 08:49:59 2021 +0200
+++ b/x11/libfs/libfs.sh	Thu Sep 30 08:58:34 2021 +0200
@@ -36,7 +36,7 @@
 CFLAGS="$CFLAGS" \
 LDFLAGS="$LDFLAGS" \
 LIBS="$LIBS" \
-./configure --prefix= --enable-shared
+./configure --prefix=/usr --enable-shared
 make
 make install DESTDIR=$DESTDIR
 find $DESTDIR -type f -name "*.la" -delete