comparison print/cups/cups.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
74 LDFLAGS="$LDFLAGS" \ 74 LDFLAGS="$LDFLAGS" \
75 LIBS="$LIBS" \ 75 LIBS="$LIBS" \
76 ./configure \ 76 ./configure \
77 --build=$CBUILD \ 77 --build=$CBUILD \
78 --host=$CHOST \ 78 --host=$CHOST \
79 --prefix= \ 79 --prefix=/usr \
80 --sbindir=/bin \ 80 --sbindir=/bin \
81 --disable-systemd \ 81 --disable-systemd \
82 --enable-shared \ 82 --enable-shared \
83 --without-rcdir \ 83 --without-rcdir \
84 --with-cups-user=lp \ 84 --with-cups-user=lp \