comparison graphics/weston/weston.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 9de04ddc6f6d
children a133976e0783
comparison
equal deleted inserted replaced
816:be3a5b2d9a09 817:0e6c54d47dfb
75 $with_dbus \ 75 $with_dbus \
76 $with_pam \ 76 $with_pam \
77 $with_x 77 $with_x
78 make 78 make
79 make install DESTDIR=$DESTDIR 79 make install DESTDIR=$DESTDIR
80 rm -f $DESTDIR/lib/libweston-5/*.la 80 find $DESTDIR -type f -name "*.la" -delete
81 rm -f $DESTDIR/lib/libweston*.la
82 rm -f $DESTDIR/lib/weston/*.la
83 81
84 cd .. 82 cd ..
85 rm -rf $PKGNAME-$PKGVERSION 83 rm -rf $PKGNAME-$PKGVERSION
86 } 84 }