comparison x11/xdm/xdm.sh @ 549:bad483aace64

vanilla: use prefix= instead
author David Demelier <markand@malikania.fr>
date Sun, 23 Jun 2019 15:13:10 +0200
parents b1d040632d36
children 25cecc6dca48
comparison
equal deleted inserted replaced
548:b1d040632d36 549:bad483aace64
65 LDFLAGS="$LDFLAGS" \ 65 LDFLAGS="$LDFLAGS" \
66 LIBS="$LIBS" \ 66 LIBS="$LIBS" \
67 ./configure \ 67 ./configure \
68 --build=$CBUILD \ 68 --build=$CBUILD \
69 --host=$CHOST \ 69 --host=$CHOST \
70 --prefix=/ \ 70 --prefix= \
71 --without-systemd-daemon \ 71 --without-systemd-daemon \
72 $with_pam \ 72 $with_pam \
73 $with_selinux 73 $with_selinux
74 make 74 make
75 make install DESTDIR=$DESTDIR 75 make install DESTDIR=$DESTDIR