comparison system/pm-utils/pm-utils.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 337f950c30f5
comparison
equal deleted inserted replaced
1217:27d1a83dc8d6 1218:57dc83a39b13
38 LDFLAGS="$LDFLAGS" \ 38 LDFLAGS="$LDFLAGS" \
39 LIBS="$LIBS" \ 39 LIBS="$LIBS" \
40 ./configure \ 40 ./configure \
41 --build=$CBUILD \ 41 --build=$CBUILD \
42 --host=$CHOST \ 42 --host=$CHOST \
43 --prefix= \ 43 --prefix=/usr \
44 --sbindir=/bin 44 --sbindir=/bin
45 make 45 make
46 make install DESTDIR=$DESTDIR 46 make install DESTDIR=$DESTDIR
47 47
48 cd .. 48 cd ..