comparison x11/xdm/xdm.sh @ 541:cacbd9d3d3a8

x11: use new FHS
author David Demelier <markand@malikania.fr>
date Wed, 10 Apr 2019 20:30:00 +0200
parents 2416430cff0b
children b1d040632d36
comparison
equal deleted inserted replaced
540:55d07eb631e4 541:cacbd9d3d3a8
50 LDFLAGS="$LDFLAGS" \ 50 LDFLAGS="$LDFLAGS" \
51 LIBS="$LIBS" \ 51 LIBS="$LIBS" \
52 ./configure \ 52 ./configure \
53 --build=$CBUILD \ 53 --build=$CBUILD \
54 --host=$CHOST \ 54 --host=$CHOST \
55 --prefix=/usr \ 55 --prefix=/ \
56 --without-selinux \ 56 --without-selinux \
57 --without-pam \ 57 --without-pam \
58 --without-systemd-daemon 58 --without-systemd-daemon
59 make 59 make
60 make install DESTDIR=$DESTDIR 60 make install DESTDIR=$DESTDIR
61 rm -f $DESTDIR/usr/lib/X11/xdm/libXdmGreet.la 61 rm -f $DESTDIR/lib/X11/xdm/libXdmGreet.la
62 62
63 popd 63 popd
64 rm -rf $PKGNAME-$PKGVERSION 64 rm -rf $PKGNAME-$PKGVERSION
65 } 65 }