comparison x11/xdm/xdm.sh @ 382:ebca5f1df2e4 0.1.0

vanilla: remove libtool files
author David Demelier <markand@malikania.fr>
date Mon, 01 Apr 2019 13:06:51 +0200
parents 226cbb7d8db8
children 2416430cff0b
comparison
equal deleted inserted replaced
381:6cfc4648ffab 382:ebca5f1df2e4
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 62
62 popd 63 popd
63 rm -rf $PKGNAME-$PKGVERSION 64 rm -rf $PKGNAME-$PKGVERSION
64 } 65 }