comparison x11/xdm/xdm.sh @ 817:0e6c54d47dfb

vanilla: fix many FHS issues While here, remove libtool files in a generic manner to avoid stale files.
author David Demelier <markand@malikania.fr>
date Wed, 21 Aug 2019 09:04:13 +0200
parents 25cecc6dca48
children a133976e0783
comparison
equal deleted inserted replaced
816:be3a5b2d9a09 817:0e6c54d47dfb
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
76 rm -f $DESTDIR/lib/X11/xdm/libXdmGreet.la 76 find $DESTDIR -type f -name "*.la" -delete
77 77
78 cd .. 78 cd ..
79 rm -rf $PKGNAME-$PKGVERSION 79 rm -rf $PKGNAME-$PKGVERSION
80 } 80 }