comparison x11/xdm/xdm.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
63 LDFLAGS="$LDFLAGS" \ 63 LDFLAGS="$LDFLAGS" \
64 LIBS="$LIBS" \ 64 LIBS="$LIBS" \
65 ./configure \ 65 ./configure \
66 --build=$CBUILD \ 66 --build=$CBUILD \
67 --host=$CHOST \ 67 --host=$CHOST \
68 --prefix= \ 68 --prefix=/usr \
69 --without-systemd-daemon \ 69 --without-systemd-daemon \
70 $with_pam \ 70 $with_pam \
71 $with_selinux 71 $with_selinux
72 make 72 make
73 make install DESTDIR=$DESTDIR 73 make install DESTDIR=$DESTDIR