comparison graphics/weston/weston.sh @ 639:9de04ddc6f6d

vanilla: be more POSIX
author David Demelier <markand@malikania.fr>
date Thu, 25 Jul 2019 20:38:04 +0200
parents 25cecc6dca48
children 0e6c54d47dfb
comparison
equal deleted inserted replaced
638:ed041b0e3c83 639:9de04ddc6f6d
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 rm -f $DESTDIR/lib/libweston-5/*.la
81 rm -f $DESTDIR/lib/libweston{,-desktop}-5.la 81 rm -f $DESTDIR/lib/libweston*.la
82 rm -f $DESTDIR/lib/weston/*.la 82 rm -f $DESTDIR/lib/weston/*.la
83 83
84 cd .. 84 cd ..
85 rm -rf $PKGNAME-$PKGVERSION 85 rm -rf $PKGNAME-$PKGVERSION
86 } 86 }